.custom-main-section-5 {
  padding: 80px 0 100px;
  background: #fff;

  .title {
    margin: 0;
    font-size: 40px;
    text-align: center;
    line-height: normal;
    color: #111;
  }

  .swiper {
    margin-top: 40px;
    width: 100%;
    height: 100%;
  }

  .swiper-container-5 {
    position: relative;
    height: 161px;
    will-change: transform;

    @media screen and (min-width: 500px) {
      height: 143px;
    }
    
    .swiper-slide {
      .name {
        color: var(--b-w-gray-900, #111);
        text-align: center;
        font-family: Pretendard;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
      }
  
      .content {
        padding: 0 16px;
        margin-top: 12px;
        color: var(--b-w-gray-600, #666);
        text-align: center;
        font-family: Pretendard;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        @media screen and (min-width: 500px) {
          padding: 0 80px;
        }
      }
    }
  
    .swiper-pagination {
      display: flex;
      width: 120px;
      border-radius: 0;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      
      .swiper-pagination-bullet {
        margin: 0;
        width: 100%;
        height: 2px;
        border-radius: 0;
        background: #eee;
        opacity: 1;
        transition: background-color 0.2s ease;
        
      }
  
      .swiper-pagination-bullet-active {
        background: #1d1d1b;
      }
    }
  }

  .images-wrap {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 64px;

    @media screen and (min-width: 500px) {
      gap: 106px;
    }

    .image-item-1,
    .image-item-3 {
      padding-left: 40px;
      line-height: 0;
      will-change: transform;

       @media screen and (min-width: 500px) {
        padding-left: 66px;
      }
    }
    
    .image-item-2 {
      padding-right: 40px;
      line-height: 0;
      will-change: transform;

      @media screen and (min-width: 500px) {
        padding-right: 66px;
      }
    }
  }
}