.contact-us {
  padding: 4.8rem 0;
}
@media screen and (min-width: 992px) {
  .contact-us {
    padding: 10rem 0;
  }
}
.contact-us .top-content {
  text-align: center;
  margin-top: 0rem;
}
@media screen and (min-width: 992px) {
  .contact-us .top-content {
    margin-top: 4.8rem;
  }
}
.contact-us .top-content h1 {
  margin-bottom: 2.4rem;
}
.contact-us .top-content p {
  margin-bottom: 9.6rem;
}
@media screen and (min-width: 992px) {
  .contact-us .top-content p {
    margin-bottom: 7.2rem;
  }
}
.contact-us .left-top-content h4 {
  margin-bottom: 1.6rem;
}
.contact-us .left-top-content p {
  margin-bottom: 6.4rem;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .contact-us .left-top-content p {
    margin-bottom: 4.8rem;
  }
}
.contact-us .left-top-content a {
  margin-bottom: 4.8rem;
  color: var(--Neutral-Black);
  text-decoration: underline;
}
.contact-us .left-top-content a:hover {
  text-decoration: none;
}
.contact-us .left-bottom-content h4 {
  margin-bottom: 2.4rem;
}
.contact-us .left-bottom-content p {
  margin-bottom: 2.4rem;
}
.contact-us .left-bottom-content p:last-child {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 992px) {
  .contact-us .left-bottom-content p:last-child {
    margin-bottom: 0;
  }
}
.contact-us .left-bottom-content a {
  color: var(--Neutral-Black);
  text-decoration: underline;
  font-weight: 600;
}
.contact-us .left-bottom-content a:hover {
  text-decoration: none;
}
.contact-us .right-content {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .contact-us .right-content {
    max-width: 72.3rem;
    width: 100%;
    margin: 0 0 0 auto;
  }
}
.contact-us .bottom-content {
  margin-top: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .contact-us .bottom-content {
    margin-top: 7.2rem;
  }
}
.contact-us h5 {
  margin-bottom: 1rem;
}
.contact-us h5:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */