.section.d-5 {
  padding-top: 12rem;
}
.section.d-5 .content {
  margin-top: 4rem;
}
@media only screen and (min-width: 968px) {
  .section.d-5 .content {
    margin-top: 0;
    padding-top: 2rem;
  }
}
.section.d-5 .swiper.swiper__d-5 .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
.section.d-5 .swiper.swiper__d-5 .swiper-slide {
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section.d-5 .swiper.swiper__d-5 .swiper-slide {
    width: 48.4%;
  }
}
.section.d-5 .news__card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0rem 0rem 20px rgba(94, 98, 120, 0.02);
  border-radius: 3.6rem;
}
.section.d-5 .news__card:hover {
  box-shadow: 0rem 0rem 3rem rgba(94, 98, 120, 0.1), 0rem 0rem 2rem rgba(94, 98, 120, 0.02);
}
.section.d-5 .news__card:hover .card__header::before {
  width: 100%;
}
.section.d-5 .card__header .img__wrap {
  height: 19.2rem;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .section.d-5 .card__header .img__wrap {
    height: 20rem;
  }
}
@media only screen and (min-width: 768px) {
  .section.d-5 .card__header .img__wrap {
    height: 21rem;
  }
}
.section.d-5 .card__header img {
  height: 100%;
  object-fit: cover;
}
.section.d-5 .card__header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0.4rem;
  background-color: #5A4FDB;
  transition: all 0.2s linear;
  z-index: 2;
}
.section.d-5 .card__body {
  display: flex;
  flex-direction: column;
  padding: 3.2rem 3.2rem 0;
  height: 16rem;
  overflow: hidden;
}
.section.d-5 .card__description {
  margin-top: 0.8rem;
  opacity: 0.7;
  font-size: 1.4rem;
}
.section.d-5 .card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 3.2rem;
  justify-self: flex-end;
  flex: 1 0 auto;
}
.section.d-5 .news__date {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #2C294B;
  opacity: 0.4;
}
.section.d-5 .arrow__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1.5rem;
  height: auto;
}
.section.d-5 .btn__wrap {
  padding-top: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section.d-5 .btn__wrap .btn {
  margin-top: 4rem;
}

.section.d-1 {
  padding-top: 4.8rem;
}
.section.d-1 .h1 {
  margin-bottom: 1.6rem;
}
.section.d-1 .h1,
.section.d-1 .subtitle {
  color: #2C294B;
}
.section.d-1 .subtitle {
  opacity: 0.8;
  line-height: 180%;
  font-weight: 400;
}
.section.d-1 .content {
  margin-top: 0;
  padding-top: 4.8rem;
}
.section.d-1 .news__card {
  border-radius: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .section.d-1 .swiper.swiper__d-5 .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}