.contact-talk-to-us__body {
  padding: 5rem 0;
}
@media screen and (max-width: 991px) {
  .contact-talk-to-us__body {
    padding: 2.25rem 0 88px;
  }
}
.contact-talk-to-us__title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 28px;
  text-transform: uppercase;
  color: #004c51;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .contact-talk-to-us__title {
    margin-bottom: 38px;
  }
}
.contact-talk-to-us__description {
  max-width: 379px;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.77778;
  color: #012527;
  margin-bottom: 2.875rem;
}
@media screen and (max-width: 991px) {
  .contact-talk-to-us__description {
    font-size: 16px;
    line-height: 1.771;
    margin-bottom: 38px;
  }
}
.contact-talk-to-us__mailing {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .contact-talk-to-us__mailing {
    gap: 48px;
  }
}
.contact-talk-to-us__mailing-item {
  width: calc((100% - 160px) / 3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .contact-talk-to-us__mailing-item {
    width: calc((100% - 48px) / 2);
  }
}
@media (max-width: 991px) {
  .contact-talk-to-us__mailing-item {
    width: 100%;
  }
}
.contact-talk-to-us__mailing-title {
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.77778;
  color: #012527;
}
@media screen and (max-width: 991px) {
  .contact-talk-to-us__mailing-title {
    font-size: 16px;
    line-height: 200%;
  }
}
.contact-talk-to-us__mailing-text {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #012527;
  margin-bottom: 1.1875rem;
}
@media screen and (max-width: 991px) {
  .contact-talk-to-us__mailing-text {
    font-size: 16px;
    line-height: 1.771;
  }
}
.contact-talk-to-us__mailing-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  margin-top: auto;
  background: #bfede4;
  border-radius: 100px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 178%;
  color: #004c51;
}
@media screen and (max-width: 991px) {
  .contact-talk-to-us__mailing-link {
    font-size: 16px;
    line-height: 1.771;
  }
}/*# sourceMappingURL=style.css.map */