.yellow-site .contact iframe {
  border: solid 4px #f6b913;
}

.blue-site .contact iframe {
  border: solid 4px #47adf0;
}

.green-site .contact iframe {
  border: solid 4px #8cc740;
}

.pink-site .contact iframe {
  border: solid 4px #ed008c;
}

.orange-site .contact iframe {
  border: solid 4px #F26121;
}

.other-site .contact iframe {
  border: solid 4px #8248df;
}

.contact {
  padding: 2rem 0;
}
.contact h1 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.19;
  margin-bottom: 1rem;
}
.contact h1.title {
  font-size: 1rem;
  line-height: 1.33;
  font-weight: normal;
  margin: 0;
}
.contact iframe {
  margin: 1rem 0;
  border: solid 4px #f6b913;
}
.contact p {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .contact {
    padding: 4rem 0;
  }
  .contact h1 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
  .contact iframe {
    margin: 2rem 0;
  }
  .contact p {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
