* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
}

.content {
  max-width: 900px;    
  margin: 60px auto;   
  padding: 0 20px;     
}

.content img {
  width: 100%;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.txt {
    font-weight: 500;
    font-size: 1rem;
}


.content iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;  
  margin: 4rem auto;      
  border: none;
}


.project-title {
    font-family: "Special Gothic Expanded One", sans-serif;
    text-transform: uppercase;
    font-size: 3rem;
    color: white;
}

.project-type {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: red;
}

.intertitle {
font-family: "Special Gothic Expanded One", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(236, 30, 39, 1);
  margin: 40px 0 10px;
  padding-top: 2rem;
}


@media (min-width: 700px) {

.txt {
    font-size: 1.3rem;
}

.project-title
 {
    font-size: 4rem;  
}

.project-type {
    font-size: 2rem;
}

.intertitle {
    font-size: 2rem;
}

}