.banner {
  background: url("../img/contact-us-banner.jpg") center 28%/cover;
  height: 400px;
}
.banner .text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner h1 {
  margin-bottom: 3%;
}
.banner p {
  margin-bottom: 0;
}

#contact-section .company-contact-info address {
  display: contents;
}
#contact-section .company-contact-info div {
  background: #E1F0F6;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: border 0.3s;
  border: 2px solid #E1F0F6;
  margin-top: 3%;
}
#contact-section .company-contact-info .company-name {
  width: 100%;
  background: #E1F0F6;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  font-size: 18px;
  transition: border 0.3s;
  border: 2px solid #E1F0F6;
  margin-bottom: 0;
}
#contact-section .company-contact-info .company-name span {
  color: #275A77;
  font-weight: bold;
  font-size: 20px;
}
#contact-section .company-contact-info div.label {
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: auto;
  padding: 0;
  color: #275A77;
  font-weight: bold;
  border: 2px solid #E1F0F6;
  margin: 0;
}
#contact-section .company-contact-info div:hover {
  border: 2px solid #65A1D2;
}
#contact-section .company-contact-info div.label:hover {
  border: 2px solid #E1F0F6;
}
#contact-section .company-contact-info a {
  color: #65A1D2;
  font-weight: bold;
}
#contact-section .company-contact-info .fa-solid, #contact-section .company-contact-info .fa-brands {
  margin-right: 10px;
  color: #275A77;
}
#contact-section .contact-form {
  margin-top: 12%;
  background: url("../img/bg3.png") center center/cover;
  padding: 15px;
  position: relative;
  box-shadow: 0 4px 6px rgba(168, 168, 168, 0.5);
}
#contact-section .contact-form p {
  color: #275A77;
  font-weight: bold;
}
#contact-section .contact-form .envelope {
  position: absolute;
  background: url("../img/bg2.png") center center/cover;
  width: 100%;
  height: 100%;
  top: 0;
  transform: rotate(5deg) translateX(-3%);
  z-index: -2;
  box-shadow: 0 4px 6px rgba(168, 168, 168, 0.5);
}
#contact-section .contact-form .envelope:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background: #b48d3f;
  top: 55px;
  left: -19px;
  transform: rotate(40deg);
}
#contact-section .contact-form .envelope:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background: #b48d3f;
  top: 55px;
  right: -20px;
  transform: rotate(-40deg);
}
#contact-section .contact-form form {
  margin-top: 3%;
}
#contact-section .contact-form .d-flex {
  justify-content: space-between;
  flex-direction: column;
}
#contact-section .btn-submit {
  background: #65A1D2;
  color: #fff;
  margin-top: 2%;
  width: 100%;
}
#contact-section iframe {
  margin-top: 15%;
}

@media (min-width: 700px) {
  .banner h1 {
    margin-bottom: 1%;
  }
  #contact-section .container, #contact-section .company-contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #contact-section .company-contact-info div:nth-child(n+3) {
    width: 48.5%;
  }
  #contact-section .envelope {
    transform: translateX(0);
  }
  #contact-section .envelope:before {
    top: 73px;
    left: -19px;
    transform: rotate(30deg);
  }
  #contact-section .envelope:after {
    top: 74px;
    right: -18px;
    transform: rotate(-30deg);
  }
  #contact-section .contact-form .d-flex {
    flex-direction: row;
  }
  #contact-section .contact-form .form-group {
    width: 48%;
  }
}
@media (min-width: 700px) and (max-width: 900px) {
  .banner {
    height: 300px;
  }
  #contact-section .company-contact-info .company-name span {
    font-size: 22px;
  }
  #contact-section .company-contact-info div {
    width: 37%;
    padding: 15px 20px;
  }
  #contact-section .company-contact-info div:nth-child(2) {
    width: 60%;
  }
  #contact-section .contact-form {
    width: 100%;
    margin-top: 8%;
    padding: 20px 25px;
  }
  #contact-section .contact-form .envelope {
    transform: rotate(5deg) translateX(-1.5%);
  }
  #contact-section .contact-form .envelope:before {
    top: 86px;
    left: -23px;
    transform: rotate(30deg);
  }
  #contact-section .contact-form .envelope:after {
    top: 86px;
    right: -23px;
    transform: rotate(-30deg);
  }
  #contact-section iframe {
    margin-top: 8%;
  }
  #contact-section .btn-submit {
    width: 15%;
  }
}
@media (min-width: 1200px) {
  #contact-section {
    padding-bottom: 1.5%;
  }
  #contact-section .company-contact-info {
    width: 47%;
  }
  #contact-section .company-contact-info .company-name span {
    font-size: 24px;
  }
  #contact-section .company-contact-info div {
    width: 31%;
    padding: 15px 20px;
  }
  #contact-section .company-contact-info div + div {
    margin-top: 3%;
  }
  #contact-section .company-contact-info div:nth-child(2) {
    width: 66%;
  }
  #contact-section .contact-form {
    padding: 20px 25px;
    width: 50%;
    margin: 0 1% 0 0;
  }
  #contact-section .contact-form .envelope {
    transform: rotate(5deg) translateX(0);
  }
  #contact-section .contact-form .envelope:before {
    top: 73px;
    left: -19px;
    transform: rotate(30deg);
  }
  #contact-section .contact-form .envelope:after {
    top: 74px;
    right: -18px;
    transform: rotate(-30deg);
  }
  #contact-section .btn-submit {
    width: 25%;
  }
  #contact-section iframe {
    margin-top: 7%;
  }
}/*# sourceMappingURL=contact-us.css.map */