.image-with-content-slider {
  padding-left: 110px;
  padding-right: 110px;
  position: relative;
}

.image-with-content-slider .slick-dotted.slick-slider{
  position: unset;
}

.image-with-content-slider .slider-content h4 {
  font-size: 32px;
  color: #5EBAA8;
  line-height: normal;
  margin: 0;
}

.image-with-content-slider .slider-content h6 {
  font-size: 18px;
  color: #fff;
  margin: 0;
  line-height: normal;
}

.image-with-content-slider .slider-img img {
  max-width: 278px;
  border-radius: 100%;
  box-shadow: 0 0 0 #000;
  width: 100%;
}

.image-with-content-slider .inner-content {
  display: flex !important;
  justify-content: space-between;
  padding-bottom: 20px;
}

.image-with-content-slider .top-content {
  margin: 74px 0px 21px 0;
  min-height: 76px;
  height: auto;
}

.image-with-content-slider .bottom-content {
  margin: 0px 0px 10px 0;
}

.image-with-content-slider .slider-img {
  max-width: 278px;
  width: 100%;
  margin: 36px 0px 10px 0;
}

.image-with-content-slider .slick-arrow {
  margin: 0 29px;
  position: absolute;
  background-color: transparent;
  cursor: pointer;
}

.image-with-content-slider .slider-content {
  max-width: 405px;
  width: 100%;
}

.image-with-content-slider .slick-slider .slick-dots li button {
  background-color: #e8e6e6;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 4px;
  margin: 0 9.5px;
  opacity: 1!important;
  pointer-events: auto;
  position: relative!important;
  transform: none!important;
  width: 6px;
  border-radius: 0;
  padding: 3px;
}

.image-with-content-slider .slick-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.image-with-content-slider .slick-slider .slick-dots li.slick-active button {
  background-color: rgba(255, 255, 255, 0.36);
}
.image-with-content-slider .slick-slider .slick-dots li.slick-active button::after {
    background: transparent;
}

.image-with-content-slider .slick-arrow svg path {
  fill: rgba(var(--arrowContainerColor,var(--color_11)),var(--alpha-arrowContainerColor,1));
  --arrowContainerColor: 255,255,255;
  --alpha-arrowContainerColor: 0;
}

.image-with-content-slider .slick-arrow svg path:last-child {
  fill: rgba(var(--arrowColor,var(--color_12)),var(--alpha-arrowColor,1));
  --arrowColor: 232,230,230;
  --alpha-arrowColor: 1;
}

.image-with-content-slider .faq-arrow-prev {
  left: 0;
  top: 50%;
}

.image-with-content-slider .faq-arrow-next {
  top: 50%;
  right: 0;
  transform: scaleX(-1);
}

.image-with-content-slider .slick-arrow svg {
  width: 40px;
}

.image-with-content-slider .slick-slider .slick-dots {
  bottom: -25px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}



@media(max-width:950px){
  .image-with-content-slider .slick-slider .slick-dots{
    bottom: -15px;
  }

  .image-with-content-slider .slider-img{
    max-width: 100%;
  }

  .image-with-content-slider .inner-content{
    flex-direction: column;
  }

  .image-with-content-slider .slider-content {
    max-width: 100%;
  }

  .image-with-content-slider .slider-img img {
    margin: 0 auto;
  }

  .image-with-content-slider .slider-content {
    text-align: center;
  }
}

@media(max-width:540px){
  .image-with-content-slider {
    padding-left: 50px;
    padding-right: 50px;
  }