.contact-page .contact {
  padding: 80px 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contact-page .contact {
    padding: 40px 0;
  }
}
.contact-page .contact-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-page .contact h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 18px;
}
.contact-page .contact p {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}
.contact-page .contact__list {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .contact-page .contact__list {
    padding: 0 30px;
    margin-top: 30px;
  }
}
.contact-page .contact__list-item {
  margin-bottom: 40px;
}
.contact-page .contact__list-item .label {
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 8px;
  color: #377DED;
}
.contact-page .contact__list-item a {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  color: #000;
  display: inline-block;
}
.contact-page .contact__list-item.contact-social {
  margin-bottom: 60px;
}
.contact-page .contact__list-item.contact-social a {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .contact-page .contact h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
    margin-bottom: 14px;
  }
  .contact-page .contact p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
  }
  .contact-page .contact__list-item {
    text-align: left;
    margin-bottom: 30px;
  }
  .contact-page .contact__list-item p {
    text-align: left;
  }
  .contact-page .contact__list-item.contact-social {
    margin-bottom: 30px;
  }
  .contact-page .contact__list-item.contact-social .label {
    margin-bottom: 16px;
  }
  .contact-page .contact__list-item .label {
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
  }
  .contact-page .contact__list-item .label a {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }
}
.contact-page .contact .contact-iframe {
  font-family: "Raleway", sans-serif !important;
}
.contact-page .contact .contact-iframe .content {
  background: #000 !important;
}
.contact-page .contact .contact-iframe .content form {
  background: #000 !important;
}
.contact-page .contact .contact-iframe label {
  background: #000 !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 5px;
}