.section-souvenir {
  padding: 60px 20px;
  background-color: #f3f0eb;
  text-align: center;
}

.section-souvenir .section-header {
  margin-bottom: 40px;
}

.section-souvenir .display-heading-1 {
  font-size: 36px;
  font-weight: bold;
  color: #3e2f26;
}

.section-souvenir .section-header p {
  color: #7a6b65;
  font-size: 16px;
}

.souvenir-swiper {
  padding-bottom: 20px;
}

.swiper-slide {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.swiper-slide img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
}

/* เพิ่ม breakpoint สำหรับหน้าจอขนาดต่างๆ */
@media screen and (max-width: 768px) {
  .swiper-slide img {
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .swiper-slide img {
    height: 300px;
  }
}