.news header {
  height: 37.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7.313rem;
}
.news header h1 {
  font-size: 2.813rem;
  color: white;
}
.news .news-cont {
  width: 70rem;
  margin-inline: auto;
}
.news .cards {
  margin-bottom: 13rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1rem;
  row-gap: 5.375rem;
  scroll-margin-top: 1rem;
}
.news .cards .card {
  width: 17.5rem;
}
.news .cards .card .img-cont {
  height: 11.625rem;
  width: 100%;
  margin-bottom: 1.375rem;
}
.news .cards .card .img-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .cards .card .title {
  font-size: 18px;
  line-height: 24px;
  min-height: 73px;
  color: #052C43;
  margin-bottom: 0.875rem;
  font-family: "Montserrat-Medium", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news .cards .card .desc {
  color: #808080;
  font-size: 15px;
  margin-bottom: 2.5rem;
  min-height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}
.news .cards .card .bottom {
  font-size: 14px;
}
.news .cards .card .bottom p:first-of-type {
  color: #808080;
}
.news .cards .card .bottom a {
  color: #052C43;
  font-family: "Montserrat-Medium", sans-serif;
}
.news .links {
  margin-bottom: 3.125rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news .links a {
  color: #052C43;
  border: 1px solid #808080;
  width: fit-content;
  border-radius: 64px;
  padding-inline: 1.563rem;
  padding-block: 0.688rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.news .links .active {
  color: white;
  background-color: #286CCA;
}

@media (max-width: 1366px) {
  .news .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .news .news-cont {
    width: 56rem;
  }
  .news .cards {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media (max-width: 768px) {
  .news .news-cont {
    width: 80%;
  }
  .news .cards {
    grid-template-columns: 1fr;
  }
  .news .cards .card {
    width: 100%;
  }
  .news .cards .card .img-cont {
    height: 17.667rem;
  }
}
@media (max-width: 640px) {
  .news header {
    height: 19.5rem;
    margin-bottom: 2.312rem;
    background-size: cover;
    background-position: center;
  }
}

/*# sourceMappingURL=news.css.map */
