.offer-list {
  max-width: 1260px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.so-item {
  box-shadow: rgb(0 0 0 / 15%) 0px 5px 5px, rgb(0 0 0 / 15%) 0px 0px;
  background: #fff;
}

.so-img {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.so-item .forweb {
  margin-bottom: 80px;
   margin-left: 0px !important;
  margin-right: 0px !important;
  height: auto;
}

.so-category {
    position: absolute;
    right: 0px;
    bottom: 20px;
    z-index: 3;
    height: 45px;
    min-width: 170px;
    background: #fff;
    border-top-left-radius: 22.5px;
    border-bottom-left-radius: 22.5px;
    padding: 0 10px 0 2px;
    color: #9d8f66;
    font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
    font-size: 14px;
    line-height: 45px;
    display: flex;
    align-items: center;
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 2px, rgb(0 0 0 / 15%) 0px 0px
}

.so-category img{
   aspect-ratio: 1 / 1;
    width: 41px;
    height: auto;
    margin-right: 10px;
}

.so-category-text {
  width: 100%;
  text-align: center;
}

.so-content {
  padding: 55px 30px 20px 30px !important;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.offer-list .so-gold-title {
  padding-top: 0px !important;
}

.offer-list .so-description {
  color: #5C5D5D;
    font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


.so-item-child {
  box-shadow: rgb(0 0 0 / 15%) 0px 5px 5px, rgb(0 0 0 / 15%) 0px 0px;
  background: #fff;
}

.so-img-child {
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: relative;
}

.so-item-child .forweb {
  margin-bottom: 80px;
   margin-left: 0px !important;
  margin-right: 0px !important;
}

.so-category-child {
    position: absolute;
    right: 0px;
    bottom: -20px;
    z-index: 3;
    height: 45px;
    min-width: 170px;
    background: #fff;
    border-top-left-radius: 22.5px;
    border-bottom-left-radius: 22.5px;
    padding: 0 10px 0 2px;
    color: #9d8f66;
    font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
    font-size: 14px;
    line-height: 45px;
    display: flex;
    align-items: center;
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 2px, rgb(0 0 0 / 15%) 0px 0px
}

.so-category-child img{
   aspect-ratio: 1 / 1;
    width: 41px;
    height: auto;
    margin-right: 10px;
}

.so-category-text-child {
  width: 100%;
  text-align: center;
}

.so-content-child {
    padding: 50px 40px !important;
    height: 340px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.offer-list .so-gold-title-child {
  color: #9d8f66;
  font-family: "Cormorant Garamond", "Noto Sans HK", "Noto Sans SC", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1.2px;
  height: 60px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
}

.offer-list .so-description-child {
color: #5C5D5D;
    font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 991px) and (max-width: 1080px) {
  
}

@media screen and (max-width: 991px) {
  #offere{
    /* padding-top: 20px; */
    padding-bottom: 40px;
  }
  #offere .so-item {
    margin-left: 14px;
    margin-right: 14px;
  }
  #offere .so-item .so-img img {
    aspect-ratio: 4 / 3;
    width: 100%;
  }
  #offere .so-item .so-img {
    position: relative;
  }
  #offere .so-category{
    bottom: -15px;
    width: auto;
    height: 30px;
  }
  #offere .so-category img{
    width: 27px !important;
    height: 27px !important;
  }
 #offere .so-content{
   padding:15px 20px 0 !important;
 }
 #offere .so-gold-title {
   font-family: Cormorant Garamond;
        font-size: 18px;
        font-style: italic;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        height: 24px;
        margin: 0 !important;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
}
   #offere .so-description{
     font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #5C5D5D;
        height: 72px;
        margin-bottom: 0;
        display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 5px;
}
#offere .highlightmore{
  margin-top: 15px;
  margin-bottom: 20px;
}
 #offere .highlightmore a{
   font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
        margin-top: 15px !important;
 }
 #offere .splide__arrows{
  position: relative;
 }
 #offere .splide__arrows .splide__arrow{
  border: none;
  background: transparent;
  position: relative;
 }
 #offere .splide__arrows .splide__arrow--next{
  width: 7px;
  position: absolute;
  top: 20px;
  right: 31%;
  background-image: url(../image/arrow-right.svg);
  background-size: 7px 20px;
  background-repeat: no-repeat;
 }
 #offere .splide__arrows .splide__arrow--prev{
  width: 7px;
  position: absolute;
  top: 20px;
  left: 32%;
  background-image: url(../image/arrow-left.svg);
  background-size: 10px 20px;
  background-repeat: no-repeat;
 }
 #offere .splide__arrows .splide__arrow .fa-angle-left,
 #offere .splide__arrows .splide__arrow .fa-angle-right
 {
  font-size: 13px;
  color: #5C5D5D !important;
 }
 #offere .splide__arrows .splide__arrow .fa-angle-left::before,
 #offere .splide__arrows .splide__arrow .fa-angle-right::before
 {
  content: '';
 }
 #offere .splide__pagination {
  display: block;
  top: calc(100% - 28px);
  left: 44%;
 }
 #offere .splide__pagination__page.is-active{
  background: transparent;
 }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #offere .splide__pagination {
    left: 45%;
    top: calc(100% - 43px);
   }
}