.home-results-case-study > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.home-results-case-study {
  border-radius: 29px;
  overflow: hidden;
  position: relative;
}
.home-results-case-study__content {
  position: absolute;
  background: white;
  left: 30px;
  bottom: 30px;
  max-width: 60%;
  border-radius: 15px;
  padding: 24px;
}
.case-study__person-box {
  gap: 5px;
}
.case-study__person-box > img {
  border-radius: 50%;
  object-fit: cover;
  max-width: 35px;
  aspect-ratio: 1/1;
}
.case-study__person-box-name {
  color: #69745d;
  font-size: 28.989px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.87px;
}
.case-study__title {
  color: #313131;
  font-size: 28.989px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: -0.87px;
}
.case-study__title strong {
  font-weight: 600;
}
@media only screen and (max-width: 1560px) {
  .home-results-case-study__content {
    max-width: 70%;
  }
  .case-study__person-box-name {
    font-size: 22px;
  }
  .case-study__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1336px) {
  .home-results-case-study__content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .home-results-case-study {
    /* font-size: 14px; */
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .home-results-case-study > img {
    aspect-ratio: 1/1.3;
  }
  .home-results-case-study__content {
    max-width: 83%;
  }
}
.page-child .home-results {
  background: #fffef7;
}
.page-child .home-results-case-study__content {
  background: #f8efe4;
}
