section.featured-news {
  padding: 40px 0;
  text-align: center;
}

section.featured-news h2 {
  color: #312664;
  font-size: 40px;
}

section.featured-news p.desc {
  margin-top: 20px;
  color: #312664;
  font-size: 20px;
}

section.featured-news .items {
  padding: 60px 0;
}

section.featured-news .items .item {
  min-width: 100px;
  max-width: 450px;
  -webkit-box-shadow: 0px 20px 72px -34px rgba(168, 156, 168, 1);
  -moz-box-shadow: 0px 20px 72px -34px rgba(168, 156, 168, 1);
  box-shadow: 0px 20px 72px -34px rgba(168, 156, 168, 1);
  border-radius: 20px;
  padding-bottom: 20px;
}

section.featured-news .items .item img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

section.featured-news .items .item .title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #312664;
  padding: 0 10px;
}

section.featured-news .items .item .link {
  color: #A73A8D;
  text-decoration: underline;
}

section.featured-news .swiper-pagination-bullet {
  border-radius: 7.5px;
}

section.featured-news .btn-news {
  background-color: #A73A8D;
  color: #fff;
  padding: 10px 40px;
  border-radius: 30px;
  display: inline-block;
  font-size: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  section.featured-news h2 {
    font-size: 24px;
  }

  section.featured-news p.desc {
    font-size: 18px;
  }
}