.wsd-slider-outer .page-center {
  float: none!important;
  margin: 0 auto!important;
  max-width: 1200px;
  padding: 0 20px;
}

.wsd-slider-outer {
  padding: 70px 0px 70px;
}
.wsd-slider-heading {
  padding-bottom: 20px;
}
.wsd-slider-heading h2 {
  color: #0D0A15;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.wsd-slider-repeater-outer img {
  border-radius: 8px;
}
.wsd-threeCard-icon img {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
}
.wsd-slider-repeater-outer button img {
    cursor: pointer;
}

.wsd-slider-content {
  padding: 20px 0px 0px 0px;
}

.wsd-slider-content p {
  color: #0D0A15;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.wsd-slider-repeater-inner {
  margin: 40px 8px 0;
  background: #c5abd3;
  padding: 20px 20px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}
.wsd-threeCard-title {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.wsd-threeCard-title h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0D0A15;
  line-height: 35px;
  margin-bottom: 10px;
  text-align: center;
}
.wsd-three-cardContent {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wsd-three-cardContent p {
  font-size: 16px;
  line-height: 21px;
  color: #0D0A15;
  font-weight: 400;
}
.wsd-slider-outer button.slide-arrow.prev-arrow.slick-arrow {
  background: none;
  border: none;
  max-width: 38px;
  min-width: 38px;
  margin-right: 30px;
}
.wsd-slider-outer button.slide-arrow.next-arrow.slick-arrow {
  background: none;
  border: none;
  max-width: 38px;
  min-width: 38px; 
  margin-left: 30px;
}
.wsd-slider-outer .slick-slider {
  margin-bottom: 30px;
}

.wsd-slider-repeater-outer.slick-initialized.slick-slider{
  align-items: center!important;
  display: flex;
}

.wsd-slider-repeater-outer .slick-dots {
  left: 0;
  right: 0;
  text-align: center;
}

.wsd-slider-repeater-outer .slick-dots {
  bottom: -65px;
  /* display: flex; */
  left: 0;
  list-style: none;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  margin: 16px 0px;
}
/* .wsd-slider-outer .slick-dots li button {
-webkit-backface-visibility: visible!important;
background: #D9D9D9!important;
border-radius: 30px;
display: block!important;
height: 10px!important;
margin: 5px 7px;
transition: .35s cubic-bezier(.4,0,.2,1);
width: 10px!important;
} */
.wsd-slider-outer .slick-dots li button {
  -webkit-backface-visibility: visible!important;
  background:  #B6003C!important;
  border: none;
  border-radius: 50px;
  display: block!important;
  font-size: 0px;

  margin: 3px 5px;
  transition: .35s cubic-bezier(.4,0,.2,1);
  width:12px;
  height:12px;
}
.wsd-slider-outer .slick-dots li.slick-active button,
.wsd-slider-outer .slick-dots li:hover button {
  background: #B6003C!important;
  transform: scale(1.3);

}
.wsd-slider-outer .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.wsd-three-card-reference {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}
.wsd-three-card-reference p a {
  color: #0D0A15;
  font-size:11px;
  line-height:13px;
}
.wsd-three-card-reference p {
    font-size: 11px;
    line-height: 13px;
    color: #0D0A15;
}
.wsd-three-card-reference p a:hover {
  text-decoration:underline;
}



/*   .wsd-slider-repeater-outer img {
    width: 100%; /* Ensure images fill their container */
  } */


@media (max-width: 767px) {
  .wsd-slider-outer {
    padding: 40px 0  !important;
  }
}
@media (max-width: 980px) {
  .wsd-slider-outer button.slide-arrow.next-arrow.slick-arrow {
    display: none !important;
  }
  .wsd-slider-outer button.slide-arrow.prev-arrow.slick-arrow {
    display:none !important
  }
}
@media(max-width:481px){
  .wsd-three-cardContent p br{
    display: none;
  }
  .wsd-threeCard-title h3{
    margin-bottom:0px;
  }
  .wsd-slider-repeater-inner{
    padding:40px 20px;
  }
  
    
}

@media(max-width:323px){
  .wsd-slider-heading h2 sup {
    font-size: 18px;
}
}