.features-slider-wrapper {
  margin: 0 -1px;
  position: relative;
  border-radius: 16px;
}
.features-slider-wrapper .featured-slides-content-button{
  margin-bottom:24px;
} 
.features-slider-wrapper .features-slides-inner {
  min-height: 400px;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
}

.features-slider-wrapper .featured-slides-content-wrapper {
  max-width: 400px;
  padding: 0 56px;
  border-radius: 0px 16px 16px 0px;
}

.features-slider-wrapper .featured-slides-content-title {
  text-align: center;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 32px;
  max-width: 240px;
}

.features-slider-wrapper .featured-slides-content-title h1 {
  font: normal normal normal 20px/1.4em poppins-semibold,poppins,sans-serif;
  color: #FFFFFF;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
}

.features-slider-wrapper .featured-slides-content-content {
  margin-bottom: 16px;
}

.features-slider-wrapper .featured-slides-content-content p {
  font: normal normal bold 16px/1.4em inter,sans-serif;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

.features-slider-wrapper .featured-slides-content-content p span {
  font-family: poppins-extralight,poppins,sans-serif;
  color: #fff;
}

.features-slider-wrapper .featured-slides-content-button {
  text-align: center;
}

.features-slider-wrapper .featured-slides-content-button a {
  font: normal normal 700 12px/1.4em poppins-extralight,poppins,sans-serif;
  transition: all 0.4s ease 0s;
  color: #FFFFFF;
  display: inline-block;
  background-color: transparent;
  border: solid rgba(255, 255, 255, 1) 1px;
  padding: 8.5px 13.7px;
}

.features-slider-wrapper .featured-slides-content-button a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 1);
}
.features-slider-wrapper .slider-arrow-container {
  position: absolute;
  width: 100%;
  top: calc(50% - 16px);
}

.features-slider-wrapper .slider-arrow-container .ft-arrow {
  position: absolute;
  cursor: pointer;
  width: 16px;
}

.features-slider-wrapper .slider-arrow-container .ft-arrow.prev-arrow {
  left: 11px;
}

.features-slider-wrapper .slider-arrow-container .ft-arrow.next-arrow {
  right: 11px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.features-slider-wrapper .slider-arrow-container .ft-arrow svg {
  fill: rgba(240, 240, 240, 1);
  stroke: rgba(240, 240, 240, 1);
  stroke-width: 1px;
}

.features-slider-wrapper .slider-arrow-container .ft-arrow:hover {
  opacity: .6;
}
.features-slider-wrapper .features-slides-inner.full-content .featured-slides-content-wrapper {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.features-slider-wrapper .features-slides-inner.full-content .featured-slides-content-wrapper .featured-slides-content-inner {
  width: 100%;
}

.features-slider-wrapper .features-slides-inner.full-content .featured-slides-content-title {
  max-width: 503px;
  margin-top: 101px;
  margin-bottom: 33px;
}

.features-slider-wrapper .features-slides-inner.cnt-thm-dark .featured-slides-content-title h1 {
  font: normal normal normal 25px/1.4em poppins-semibold,poppins,sans-serif;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  color: rgb(37, 36, 94);
}

.features-slider-wrapper .features-slides-inner.cnt-thm-dark .featured-slides-content-title h1 span {
  color: rgb(37, 36, 94);
}

.features-slider-wrapper .features-slides-inner.full-content .featured-slides-content-button {
  margin-bottom: 10px;
}

.features-slider-wrapper .features-slides-inner.cnt-thm-dark .featured-slides-content-button a {
  font: normal normal normal 16px/1.4em poppins-semibold,poppins,sans-serif;
  color: #25245E;
  display: inline-block;
  background-color: transparent;
  border: solid rgba(37, 36, 94, 1) 3px;
  padding: 3.5px 38.7px;
}

.features-slider-wrapper .features-slides-inner.cnt-thm-dark .featured-slides-content-button a:hover {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(37, 36, 94, 1);
}
.features-slider-wrapper .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 20.5px;
  justify-content: center;
  -webkit-justify-content: center;
  color: inherit;
  font: inherit;
  font-size: 10px;
  line-height: normal;
}

.features-slider-wrapper .slick-dots li {
  display: list-item;
  line-height: inherit;
}

.features-slider-wrapper .slick-dots li button {
  background: 0 0;
  border: 0;
  outline: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(240, 240, 240, 1);
  width: 6px;
  height: 6px;
  margin-right: 7px;
  margin-left: 7px;
  font-size: 0;
}
.features-slider-wrapper .featured-slides-content-content p {
    margin: 0 0 20px;
}
.features-slider-wrapper .slick-dots li.slick-active button {
  background-color: transparent;
  border: 2px solid rgba(240, 240, 240, 1);
  width: 9px;
  height: 9px;
}
@media (max-width:767px){
  .features-slider-wrapper .featured-slides-content-wrapper {
    padding: 0 33px;
  }

  .features-slider-wrapper .featured-slides-content-title h1 {
    font-size: 24px;
  }

  .features-slider-wrapper .featured-slides-content-content p {
    font-size: 14px;
  }

  .features-slider-wrapper .featured-slides-content-button a {
    font-size: 13px;
  }

  .features-slider-wrapper .features-slides-inner {
    min-height: 375px;
  }

  .features-slider-wrapper .features-slides-inner.cnt-thm-dark .featured-slides-content-title h1 {
    font-size: 21px;
  }
  .features-slider-wrapper .featured-slides-content-wrapper {
    max-width: 100%;
    padding: 20px;
  }

  .features-slider-wrapper .slick-dots {
    bottom: 8px;
  }
  .features-slider-wrapper .features-slides-inner {
    min-height: 100%;
  }
  .features-slider-wrapper .features-slides-inner.full-content .featured-slides-content-title {
    margin-top: 20px;
  }
}