:root {
  --background-color: #F6F1E4;
  --basic-color: #391A06;
  --basic-color-50: #391A0680;
  --white-color: #FFFFFF;
  --green-color: #A6AB8A;
  --black-color: #000000;
  --yellow-color: #FFFF33;
}

.section-hero {
  padding-top: 50px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .section-hero {
    padding-bottom: 50px;
  }
}
.section-hero__content {
  position: relative;
}
.section-hero__content > * span ~ br {
  display: none;
}
.section-hero__content--texts {
  position: absolute;
  top: 0;
  left: 0;
}
.section-hero__content--texts .text-1 {
  font-family: "Gilroy Bold", serif;
  font-size: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1240px) {
  .section-hero__content--texts .text-1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 962px) {
  .section-hero__content--texts .text-1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .section-hero__content--texts .text-1 {
    font-size: 24px;
  }
}
.section-hero__content--texts .text-2 {
  font-size: 30px;
}
@media screen and (max-width: 962px) {
  .section-hero__content--texts .text-2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .section-hero__content--texts .text-2 {
    font-size: 16px;
  }
}
.section-hero__content--image {
  padding: 0 10px;
}
@media screen and (max-width: 962px) {
  .section-hero__content--image {
    padding-top: 46px;
  }
}
.section-hero__content--image img {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=contacts.css.map */
