.section-wts > div {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
} 

.section-wts-title {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.rc-wts-pretitle {
    color: #C81832 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    text-align: center;
  }
  
  .rc-wts-title {
    text-align: center;
    font-size: 40px !important;
    font-weight: 600 !important;
  }

  
  .swiper-what-to-see .swiper-item {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    min-height: 100%;
  }
  
  .swiper-what-to-see .swiper-slide {
    min-height: 100%;
    height: auto;
  }
  .rc-swiper-wraper-what-to-see img {
    width: 100%;
    height: 216px;
    object-fit: cover;
  }
  
  .rc-wts-text {
    padding: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 8px
  }
  
  .rc-what-to-see-title {
    display: flex;
    column-gap: 16px;
    align-items: center;
  }
  
  .rc-what-to-see-title h3 {
    font-size: 18px !important;
    color: #C81832 !important;
    font-weight: 600;
  }
  
  
  .rc-what-to-see-title span{
    padding: 8px;
    border-radius: 1000px;
    background-color: #FFD9DF;
  }
  
  .rc-wts-separator {
    width: 100%;
    height: 1px;
    background-color: #EDEDED;
  }
  
  @media (max-width: 768px) {

    .section-wts > div {
        row-gap: 24px;
    } 

    .rc-wts-title {
      font-size: 28px !important;
    }
  
    .rc-swiper-wraper-what-to-see img {
        height: 176px;
    }
  
    .rc-what-to-see-title h3 {
        font-size: 14px !important;
        line-height: 20px;
    }
  
    .rc-what-to-see-title svg {
        width: 20px;
        height: 20px;
    }
  
    .rc-what-to-see-title {
        column-gap: 8px;
    }
  
    .rc-wts-text p {
        font-size: 14px !important;
    } 
  
  }
  