.offer__content p {
  margin-bottom: 15px;
  line-height: 1.6em;
  font-size: 1.1rem;
  font-weight: 100;
}
.offer__content  {
  margin-bottom: 40px;
  padding-left: 30px;
}
.offer__content h3 {
  color: #132477;
  font-size: 2rem;;
  margin-bottom: 15px;
  margin-top: 40px;
}
.s__offer-single-intro .offer__head-desc {
  max-width: 50rem;
  font-size: 1.2rem;
}
.s__offer-single-intro .offer__head-desc p {
  margin-bottom: 15px;
}
@media all and (min-width: 1025px) {
  .s__offer-elements .offer__item:nth-of-type(6) {
      grid-row-start: 3;
      grid-row-end: 4;
      grid-column-start: 3;
      grid-column-end: 3;
  }
  .s__offer-elements .offer__list.only_three .offer__item:nth-of-type(1) {
    grid-row-end: 2;
  }
  .s__offer-elements .offer__list.only_five .offer__item:nth-of-type(4) {
    grid-column-end: 3;
  }
  .s__offer-elements .offer__list.only_five .offer__item:nth-of-type(5) {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 3;
    grid-column-end: 4;
  }
}
.s__offer-elements .offer__title-hover {
  white-space: normal;
  overflow: visible;
}
.s__offer-elements .offer__item:nth-of-type(2) .offer__item-link {
  background-position: 0;
}
.s__offer-single-intro .offer__head-desc p, .s__offer-single-content .offer-single__article p, .offer__content p {
  text-align: justify;
}
.section_offer .offer_item_title {
  word-wrap: normal;
}
.section_offer .offer_item_left {
  width: 100%;
}
.section_offer .g_section_title_box p {
  text-align: justify;
  margin-bottom: 10px;
}
.s__platform-single-content .sidebar-emppty .login__panel-box {
  width: 100%;
}
.s__platform-single-content .sidebar-emppty .steps__accordion-box {
  display: none;
}
.section_offer .offer_list .offer_item .page__text_normal p {
  display: none;
}
.section_offer .offer_list .offer_item .page__text_normal p:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}