

    .v2-section-title {
      font-size: 2rem;
      text-align: left;
      letter-spacing: 0.2em;
      margin: 30px 2% 10px 2%;
    }

    .v2-section-subtitle {
      font-size: 1.2rem;
      text-align: left;
      margin: 20px 2%;
    }

    .v2-swiper-buttons {
      display: flex;
      justify-content: left;
      gap: 1.5rem;
      margin: 20px 2%;
    }

    .v2-swiper-button-prev,
    .v2-swiper-button-next {
      color: #000;
      position: static;
      width: auto;
      height: auto;
      font-size: 1.5rem;
      cursor: pointer;
    }

    .v2-swiper-button-prev::after,
    .v2-swiper-button-next::after {
      display: none;
    }

    .v2-carousel-container {
      padding: 0 2rem 2rem;
      position: relative;
    }

    .v2-swiper {
      padding-top: 1rem;
    }

    .v2-swiper-slide {
      background: #fff;
      border: 1px solid #ddd;
      box-sizing: border-box;
    }

    .v2-carousel-item img {
      width: 100%;
      display: block;
    }

    .v2-carousel-text {
      background-color: #ebeae6;
      padding: 1rem;
    }

    .v2-carousel-text h4 {
      margin: 0 0 0.5rem;
      font-size: 1rem;
    }

    .v2-carousel-text p {
      font-size: 0.9rem;
      line-height: 1.4;
      margin-bottom: 1rem;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .v2-carousel-text a.v2-button-link {
      display: inline-block;
      padding: 0.5rem 1rem;
      background-color: #000;
      color: #fff;
      text-decoration: none;
      font-size: 0.9rem;
    }

    @media (max-width: 767px) {
      .v2-swiper-buttons {
        display: none;
      }
    }
