.prestablog-articles-block {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 2.5rem auto 0;
}
.prestablog-articles-block h2 {
  font-family: korolev, sans-serif;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 500;
  color: #123b4d;
  padding: 0 20px;
  margin-bottom: 2.5rem;
}
.prestablog-articles-block ul li {
  display: flex;
  align-items:center;
  margin-bottom: 2.5rem;
}
.prestablog-articles-block ul li img {
    max-width: 100%;
    padding: 0 20px;
    height: auto;
}
.prestablog-articles-block ul li .articleInfo {
  padding:0 20px;
}
.prestablog-articles-block ul li .articleInfo .cat {
    font-size: 14px;
    text-transform: uppercase;
    color: #35b2e6 !important;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
.prestablog-articles-block ul li .articleInfo h3 {
  color: #123b4d;
  margin-bottom: 10px;
  margin-top: 0;
  font-family: korolev, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  display: block;
}
.prestablog-articles-block ul li .articleInfo .prestablog_more a,
.prestablog-articles-block ul li .articleInfo .prestablog_more a:hover {
    color: #123b4d;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    background:transparent;
    padding: 0;
    height: auto;
}
.prestablog-articles-block ul li .articleInfo .prestablog_more a i {
    color: #35b2e6;
    font-weight: 400;
}