@charset "UTF-8";

/* CSS Document */
.main {
  background-color: #fff;
}

.section-contact {
  position: relative;
  padding: 100px;
  background-color: #fff;
}

.section-contact-img {
  width: 100%;
  /* height: 300px; */
  object-fit: cover;
}

.section-contact__text img {
  position: absolute;
  width: 600%;
  height: 100% vw;
  object-fit: contain;
  transform: translate(-50%, -37%);
  z-index: 0;
}

.section-contact__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 0;
}

.section-contact__text h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-size: 4.0rem;
  font-weight: 510;
  color: #1A3185;
  line-height: 120%;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

.section-contact__text h3 {
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

.section-contact__description {
  padding: 0 0 60px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section-contact__description p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #1A3185;
  line-height: 200%;
  letter-spacing: 1px;
}

.section-contact__description button {
  background-color: #ff6634;
  /* orange */
  border: none;
  color: white;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin: 48px;
  letter-spacing: 2px;
}

hr {
  height: 1px;
  width: 80%;
  margin: -1px auto 60px;
  position: center;
  color: #E7F9FF;
}

/* .section-contact__bottom-image {
  background-image: url(../images/contact/contact_bottom_image.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
} */

@media(max-width: 767px) {
  .header-content-wrapper {
    margin: 0 auto;
    position: relative;
  }

  .section-contact {
    position: relative;
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: -15px
  }

  .section-contact__text h2 {
    font-size: 32px;
    letter-spacing: 0.7px;
  }

  .section-contact__text h3 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 3px;
    letter-spacing: 0.7px;
  }

  .section-contact__text img {
    transform: translate(-50%, -38%);
    height: auto;
  }

  .section-history__image {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 150px;
  }

  .section-contact__description {
    padding: 0 0 32px 0;
  }

  .section-contact__description p {
    font-size: 1.4rem;
    font-weight: 450;
    letter-spacing: 0.5px;
    padding: 20px 24px 0px 24px;
    text-align: left;
    line-height: 24px;
    margin: 0 auto;
  }

  .section-contact__description button {
    padding: 10px 16px;
    font-size: 15px;
    margin: 30px 0 0 0;
  }

  hr {
    height: 1px;
    width: 90%;
    margin: 32px auto 10px;
    position: center;
    color: #E7F9FF;
  }

  /* .section-contact__bottom-image {
    background-image: url(../images/contact/contact_bottom_image.png);
    background-position: top right;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 150px;
  } */
}