.description p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #4D4D4D;
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .description p {
    font-size: 19px;
  }
}
.description--full p:not(:last-child) {
  margin-bottom: 15px;
}
.description--lead {
  font-size: 19px;
  font-weight: 600;
}
@media (min-width: 991px) {
  .description--lead {
    font-size: 21px;
  }
}
.description--teaser p {
  font-size: 16px;
}
@media (min-width: 991px) {
  .description--teaser p {
    font-size: 18px;
  }
}

.wrapper img {
  max-width: 100%;
  height: auto;
}

.page-title {
  color: #4D4D4D;
}

.pager__items .curren-page {
  color: #4D4D4D;
}