:root {
  --get-in-touch__column-gap: 40px;
}

.get-in-touch__block {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--get-in-touch__column-gap);
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1100px) {
  .get-in-touch__block {
    margin: 0;
  }
}
.get-in-touch__block .get-in-touch__title {
  width: 100%;
  font-size: 28px;
  margin: 0;
}
@media only screen and (min-width: 744px) {
  .get-in-touch__block .get-in-touch__title {
    width: 100%;
    margin-bottom: 40px;
    font-size: 42px;
  }
}
.get-in-touch__block .get-in-touch__description {
  margin: 25px 0;
}
@media only screen and (min-width: 744px) {
  .get-in-touch__block .get-in-touch__description {
    margin: 0;
  }
}
.get-in-touch__block .get-in-touch__description > p:last-child {
  margin: 0;
}
.get-in-touch__block .get-in-touch__wrap {
  width: 100%;
}
.get-in-touch__block .get-in-touch__description,
.get-in-touch__block .get-in-touch__wrap-descriptive {
  width: 100%;
}
@media only screen and (min-width: 744px) {
  .get-in-touch__block .get-in-touch__description,
  .get-in-touch__block .get-in-touch__wrap-descriptive {
    width: calc(50% - var(--get-in-touch__column-gap) / 2);
  }
}
.get-in-touch__block .get-in-touch__wrap-descriptive .get-in-touch_column .get-in-touch__text {
  font-size: 20px;
}
@media (min-width: 1100px) {
  .get-in-touch__block .get-in-touch__wrap-descriptive .get-in-touch_column .get-in-touch__text {
    font-size: 18px;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .get-in-touch__block .get-in-touch__wrap-descriptive {
    display: flex;
  }
}
.get-in-touch__block .get-in-touch {
  padding: 44px 32px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  width: 100%;
}
@media (min-width: 743px) {
  .get-in-touch__block .get-in-touch {
    align-items: center;
    padding-right: 10vw;
    padding-left: 10vw;
  }
}
@media (min-width: 1100px) {
  .get-in-touch__block .get-in-touch {
    padding: 30px 40px;
    margin-top: auto;
  }
}
.get-in-touch__block .get-in-touch.get-in-touch_column {
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .get-in-touch__block .get-in-touch.get-in-touch_column {
    padding: 29px 39px;
  }
  .get-in-touch__block .get-in-touch.get-in-touch_column .get-in-touch__text {
    font-size: 24px;
  }
}
.get-in-touch__block .get-in-touch.get-in-touch_column .get-in-touch__link {
  margin: 0;
  margin-right: auto;
}
@media (min-width: 743px) {
  .get-in-touch__block .get-in-touch {
    flex-direction: row;
    column-gap: 79px;
  }
}
@media only screen and (min-width: 1550px) {
  .get-in-touch__block .get-in-touch {
    column-gap: 134px;
  }
}
.get-in-touch__block .get-in-touch .get-in-touch__link,
.get-in-touch__block .get-in-touch .get-in-touch__text {
  color: #101018;
  font-family: "Manrope", sans-serif;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
}
.get-in-touch__block .get-in-touch .get-in-touch__text {
  font-size: 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 1100px) {
  .get-in-touch__block .get-in-touch .get-in-touch__text {
    font-size: 18px;
  }
}
@media (min-width: 1630px) {
  .get-in-touch__block .get-in-touch .get-in-touch__text {
    font-size: 20px;
  }
}
.get-in-touch__block .get-in-touch .get-in-touch__link {
  max-height: 80px;
  white-space: unset;
  color: #FFFFFF;
  font-size: 18px;
  display: flex;
  width: fit-content;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 13px;
  border-radius: 16px;
  background: #5067F4;
  padding-left: 26px;
  padding-right: 23px;
}
@media (min-width: 743px) {
  .get-in-touch__block .get-in-touch .get-in-touch__link {
    padding: 15px 25px;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .get-in-touch__block .get-in-touch .get-in-touch__link {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1550px) {
  .get-in-touch__block .get-in-touch .get-in-touch__link {
    font-size: 24px;
    padding: 24px 36px;
  }
}
.get-in-touch__block .get-in-touch .get-in-touch__link img {
  width: 32px;
  height: 32px;
  margin-left: 15px;
}
@media (min-width: 1100px) {
  .get-in-touch__block .get-in-touch .get-in-touch__link img {
    width: 35px;
    height: 35px;
  }
}
