/*----------------------------OFFER.HTML--------------------------*/
.offer {
  font-size: 18px;
  line-height: 160%;
  color: #1D273B;
  text-align: justify;
  padding-bottom: 100px;
}

.offer__title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 37px;
  font-weight: 700;
}

.offer-description {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 15px;
}

.offer__text_padding {
  padding-left: 50px;
}

.offer__text_subtitle {
  display: block;
  text-align: center;
  font-weight: 700;
  padding: 15px 0;
}

.offer__text_number {
  font-weight: 700;
  padding-left: 50px;
}

.offer__text_bold {
  font-weight: 700;
}

.offer__link {
  color: #1D273B;
  transition: 0.3s;
}
.offer__link:hover {
  color: #FC963D;
}

@media (max-width: 550px) {
  .offer {
      font-size: 14px;
  }
  .offer__title {
    font-size: 24px;
  }
}