.review-cta-box {
  background: #fff3cd;
  border-radius: 22px;
  padding: 28px;
}

.review-images {
  position: relative;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}

.review-images img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  opacity: 0;
  transition: opacity .6s ease;
}

.review-images img.active {
  opacity: 1;
}

.review-btn {
  padding: 12px 26px;
  border-radius: 999px;
  white-space: nowrap;
}

/* Mobile */
@media (max-width: 768px) {
  .review-cta-box {
    text-align: center;
  }

  .review-images {
    margin-bottom: 10px;
  }
}
