.cardLst__el .card__wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  text-decoration: none;
  height: calc(100% - 40px);
}

.cardLst__el .card__wrapper .card__img {
  height: 238px;
}

.cardLst__el .card__wrapper .card__img img {
  height: 238px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.cardLst__el .card__wrapper .card__text {
  padding: 23px 8px 4px;
  color: #000;
}

.cardLst__el .card__wrapper .card__text time {
  display: block;
  margin-bottom: 15px;
}

.cardLst__el .card__wrapper .card__bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.cardLst__el:hover .card__text h5 {
  transition: 0.3s all;
  color: #3695D8;
}

@media (max-width: 768px) {
  .cardLst__el .card__wrapper {
    margin-bottom: 20px;
    height: calc(100% - 20px);
  }
  .cardLst__el .card__wrapper .card__img {
    height: 161px;
  }
  .cardLst__el .card__wrapper .card__img img {
    height: 161px;
  }
  .cardLst__el .card__wrapper .card__text {
    padding: 12px 0 4px;
  }
  .cardLst__el .card__wrapper .card__text time {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 6px;
  }
  .cardLst__el .card__text h5.title-5 {
    /*font-size: 15px;*/
    line-height: 24px;
  }
}
@media (max-width: 680px) {
  .cardLst__el .card__wrapper .card__img {
    height: 200px;
  }
  .cardLst__el .card__wrapper .card__img img {
    height: 200px;
  }
}
@media (max-width: 600px) {
  .cardLst__el .card__wrapper .card__img {
    height: 170px;
  }
  .cardLst__el .card__wrapper .card__img img {
    height: 170px;
  }
}
@media (max-width: 576px) {
  .cardLst__el .card__wrapper .card__bottom svg {
    width: 137px;
  }
}
@media (max-width: 530px) {
  .cardLst__el .card__wrapper .card__img {
    height: 150px;
  }
  .cardLst__el .card__wrapper .card__img img {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .cardLst__el .card__wrapper .card__img {
    height: 250px;
  }
  .cardLst__el .card__wrapper .card__img img {
    height: 250px;
  }
}
@media (max-width: 411px) {
  .cardLst__el .card__wrapper .card__img {
    height: 220px;
  }
  .cardLst__el .card__wrapper .card__img img {
    height: 220px;
  }
}
@media (max-width: 389px) {
  .cardLst__el .card__wrapper .card__img {
    height: 200px;
  }
  .cardLst__el .card__wrapper .card__img img {
    height: 200px;
  }
}
section.news {
  padding-top: 80px;
}

section.news .section-title {
  margin-bottom: 40px;
}

section.list {
  padding-top: 80px;
}

section.list .section-title {
  margin-bottom: 40px;
}

section.list h3 {
  font-size: 42px;
  line-height: 48px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
}

section.list .cardLst {
  margin-bottom: 40px;
}

section.analytics {
  padding-top: 80px;
}

section.analytics .section-title {
  margin-bottom: 40px;
}

section.top-affairs {
  padding-top: 80px;
}

section.top-affairs .section-title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  section.news {
    padding-top: 60px;
  }
  section.analytics {
    padding-top: 60px;
  }
  section.list {
    padding-top: 60px;
  }
  section.list h3 {
    margin-bottom: 20px;
  }
  section.top-affairs {
    padding-top: 60px;
  }
}
