

.post-card {
  border-bottom: 1px solid #f0f4fb;
  border-right: 1px solid #f0f4fb;
  padding: 20px 20px 49px 20px;
}
@media screen and (max-width: 414px) {
  .post-card {
    padding: 20px 20px 20px 20px;
  }
}
.post-card__text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #244873;
  padding-left: 20px;
  padding-right: 20px;
}
.post-card__photo {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.post-card__photo--pic {
  width: 100%;
}
.post-card__data {
  position: absolute;
  bottom: 0;
  left: 0%;
  background: white;
  text-align: center;
}
.post-card__data--text {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  color: #00c38d;
  padding: 15px 38px 1px 20px;
}

.news {
  font-family: "Noto Sans Display";
  background: #f0f4fb;
  padding-bottom: 56px; }
  .news__list {
    width: 100%; }
    .news__list .slick-track {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
  .news__title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #244873;
    text-transform: uppercase;
    margin-bottom: 30px; }
    .news__title--text {
      font-family: "Noto Sans Display";
      font-style: normal;
      font-weight: 900;
      font-size: 28px; }
  .news__title-all {
    justify-content: inherit;
    align-items: inherit; }
  .news__content {
    grid-column: 1/13;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .news__slider {
    width: 100%;
    background: #fff; }
  .news .post-card {
    width: 25%;
    height: auto; }
  .news__buttons {
    grid-column: 1/13;
    display: flex;
    justify-content: space-between;
    background: #fff; }
    .news__buttons .arrow-right {
      transform: rotate(-180deg); }

.controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 39px; }
