#home-research-area {
  padding-top: 105px;
}
#home-research-area .img-vertical {
  height: 0;
  padding-bottom: 121.8%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  display: block;
  background: #dae2cb;
}
.home-research-area-cta > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 440px;
  background-color: #0f2e15;
  color: white;
  border-radius: 20px;
  padding: 35px;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.home-research-area-cta strong {
  font-size: 36px;
  font-family: 'Poppins';
  letter-spacing: -0.8px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.home-research-area-cta p {
  max-width: 283px;
  width: 100%;
  font-size: 17px;
  color: #FCFCFC;
  opacity: 0.82;
  line-height: 28px;
}
.home-research-area-card-image-only img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
}
.home-research-area-card-image-only > div:last-child {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: start;
  font-family: 'Poppins';
}
.home-research-area-card-image-only > div:last-child strong {
  font-weight: bold;
  font-size: 18px;
}
.home-research-area-card-image-only > div:last-child a {
  font-size: 14px;
  color: #3D3D3D;
  text-decoration: none;
  font-weight: 500;
  margin-top: 3px;
  margin-left: 15px;
}

.home-research-area-card-image-only:hover img {
  transform: scale(1.05);
}

@media all and (min-width: 992px) {
  #home-research-area .row {
    margin-right: calc(-.85 * var(--bs-gutter-x));
    margin-left: calc(-.85 * var(--bs-gutter-x));
  }
  #home-research-area .col {
    padding-right: calc(var(--bs-gutter-x) * .85);
    padding-left: calc(var(--bs-gutter-x) * .85);
  }
}

@media all and (max-width: 991px) {
  #home-research-area .home-research-area-cta.img-vertical {
    height: auto;
    padding-bottom: 0;
    margin-bottom: calc(var(--bs-gutter-x) * 1);
  }
  .home-research-area-cta > div {
    position: relative;
  }
  .home-research-area-cta p {
    max-width: 100%;
  }
}
@media all and (max-width: 575px) {
  #home-research-area .col {
    margin-bottom: calc(var(--bs-gutter-x) * 1);
  }
}