.research-domains-card,
.research-themes-card {
  padding: 4rem 0 5rem 0;
}
.research-domains-card h2,
.research-themes-card h2 {
  margin-bottom: 2rem;
}

.research-domains-card .info-card-img {
  aspect-ratio: 7/3;
  padding: 0;
}
.research-domains-card .info-card-body h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: "Playfair Display", serif;
}
.research-domains-card .info-card-body {
  padding: 1.5rem 2rem 2rem 2rem;
}
.research-domains-card .info-card {
  transition: box-shadow 0.3s;
}

.research-domains-card .info-card:hover {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
}
.research-domains-card .btn-more {
  background: transparent;
  font-size: 1.2rem;
  color: #0f4669;
}
.research-domains-card .btn-text {
  padding-right: 0.5rem;
}
.research-domains-card .btn-more:hover {
  color: #d1a569;
}

.info-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.info-card-img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  padding: 0.8rem;
}

.info-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 5px;
}

.info-card-body {
  padding: 0.5rem 1.4rem 1rem 1.4rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.info-card-body h3 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  font-family: "Schibsted Grotesk", sans-serif;
}

.info-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}

.info-card-body ul li {
  font-size: 0.9rem;

  line-height: 1.4;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.2em;
}
.info-card-body ul li::before {
  content: "\2022";
  color: #0f253d;
  font-size: 0.7em;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.research-themes-card .swiper-pagination {
  position: absolute !important;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
}

.research-themes-card .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 10px !important;
  transition: all 0.3s ease;
}

.research-themes-card .swiper-pagination-bullet-active {
  background: #d1a569;
  opacity: 1;
  box-shadow: 0 0 0 5px #0f253d, 0 0 0 6px #e0b980;
}

@media (max-width: 575px) {
  .research-domains-card,
  .research-themes-card {
    padding: 2rem 0;
  }
  .research-domains-card h2,
  .research-themes-card h2 {
    margin-bottom: 2rem;
  }
  .research-domains-card .info-card-body {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
  }
}
