.container.container2 {
  max-width: 1532px;
}

.review-video-section {
  padding: 100px 0;
}

.review-video-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.review-video-swiper {
  flex: 1;
  max-width: 1370px;
  overflow: hidden;
}

.review-video-swiper .swiper-slide {
  height: auto;
}

.review-video-card {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background: #fff;
}

.review-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 400 / 520;
  object-fit: cover;
  background: #000;
}

.review-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: url('../img/play-icon.png') no-repeat center/contain;
  border: none;
  cursor: pointer;
  z-index: 5;
}

.review-video-nav {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.review-video-nav img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.review-video-controls-mo {
  display: none;
}

@media (max-width: 1024px) {
  .review-video-wrap {
    gap: 14px;
  }
}

@media (max-width: 768px) {
  .review-video-section {
    padding: 50px 0 40px;
    background: #F6F4EE;
  }

  .review-video-wrap {
    display: block;
  }

  .review-video-prev,
  .review-video-next {
    display: none;
  }

  .review-video-swiper {
    max-width: 100%;
  }

  .review-video-card {
    border-radius: 24px;
  }

  .review-video-card video {
    aspect-ratio: 368 / 478;
  }

  .review-play-btn {
    width: 92px;
    height: 92px;
  }

  .review-play-btn::before {
    border-top-width: 18px;
    border-bottom-width: 18px;
    border-left-width: 28px;
  }

  .review-video-controls-mo {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 40px;
  }

  .review-video-nav {
    width: 56px;
    height: 56px;
    flex: none;
  }

  .review-video-nav img {
    width: 56px;
    height: 56px;
  }
}

.review-grid-section {
  padding: 100px 0;
  background: #f4f3ee;
}

.review-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.review-grid-card {
  background: #fff;
  border-radius: 24px;
  text-align: center;
  padding: 26px 22px 24px;
  min-height: 478px;
}

.review-grid-profile {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}

.review-grid-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-grid-title {
  display: block;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 400;
  color: #111;
  margin-bottom: 2px;
}

.review-grid-name {
  font-size: 20px;
  line-height: 1.4;
  color: #008772;
  margin-bottom: 20px;
}

.review-grid-desc {
  font-size: 20px;
  line-height: 1.7;
  color: #666;
  letter-spacing: -0.02em;
}

.review-grid-banner {
  position: relative;
  grid-column: span 3;
  border-radius: 24px;
  overflow: hidden;
  min-height: 340px;
}

.review-grid-banner2 {
  grid-column: span 2;
}

.review-grid-banner>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-grid-banner-txt {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.review-grid-banner-txt strong {
  display: block;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 2px;
}

.review-grid-banner-name {
  font-size: 20px;
  line-height: 1.6;
  color: #FFC20F;
  margin-bottom: 30px;
}

.review-grid-banner-txt p:last-child {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: -0.02em;
}

@media (max-width: 1024px) {
  .review-grid-wrap {
    gap: 20px;
  }

  .review-grid-card {
    padding: 22px 18px 22px;
  }

  .review-grid-title {
    font-size: 24px;
  }

  .review-grid-desc {
    font-size: 15px;
  }

  .review-grid-banner-txt strong {
    font-size: 22px;
  }

  .review-grid-banner-txt p:last-child {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .review-grid-section {
    padding: 50px 0;
  }

  .review-grid-wrap {
    grid-template-columns: 1fr;
  }

  .review-grid-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 440px;
    border-radius: 20px;
    padding: 22px 18px 20px;
  }

  .review-grid-profile {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .review-grid-title {
    font-size: 26px;
    margin-bottom: 2px;
  }

  .review-grid-name {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .review-grid-desc {
    font-size: 18px;
    line-height: 1.5;
  }

  .review-grid-banner {
    grid-column: span 1;
    min-height: auto;
    border-radius: 20px;
    height: 300px;
    margin: 20px 0;
  }

  .review-grid-banner-txt {
    left: 24px;
  }

  .review-grid-banner-txt strong {
    font-size: 26px;
    margin-bottom: 2px;
  }

  .review-grid-banner-name {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .review-grid-banner-txt p:last-child {
    font-size: 18px;
    line-height: 1.5;
  }
}