.news-block {
  padding-left: 20px;
}

.news-block h2{
  font-size: 20px;
  font-weight: 600;
}

.news-block .news-card{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 5px;
  padding: 20px 49px 27px 20px;
  width: 344px;
  height: 200px;
  color: #1A1A1A;
  text-decoration: none;
  transition: all 0.2s;
}

.news-block .news-card:hover,
.news-block .news-card:active,
.news-block .news-card:focus{
  border: 1px solid rgba(0, 0, 0, 0.2);
}

p.news-title {
  line-height: 1.3em;
  height: fit-content;
  max-height: 2.5em;
  overflow: hidden;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

p.news-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.03em;
  height: 3.7em;
  overflow: hidden;
}

.swiper-news-block {
  margin-top: 20px;
}

section.news-block {
  margin-bottom: 90px;
}

.news-link {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.35px;
  text-transform: uppercase;
  color: #1a1a1a;
  transition: all 0.2s linear;
}

.news-link:hover {
  text-decoration: underline;
}
