.iconcards {
  display: flex;
      gap: 30px;
}

.cta-btns.icon-cards{
    margin-top: 30px;
    align-items: flex-start !important;
    display: flex;
    text-align: left;
    width: 100%;
}



.iconcards h4{
  margin-bottom:15px;
}
.iconcards .cards__card {
    align-items: center;
    background: #fff;
    border: 0px;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 40px;
    border-radius: 60px;
    flex: 1;
    justify-content: flex-start;
    flex-direction: column;
}

.iconcards .card__image-wrap {
  width:100%;
  margin-bottom: 15px;
}
.iconcards .card__image {
  display:inline-block;
  height: auto;
  max-width: 100%;
}

.iconcards .card__text {
  width: 100%;
}
.iconcards .card__text p {
  font-size: 16px;
  margin-bottom: 0px;
}

.iconcards.four .card__text p {
  font-size: 14px;
  margin-bottom: 0px;
}


.iconcards .card__text h5 {
  font-size: 20px;
  font-weight: 900;
  margin: 10px 0 10px;
}



.iconcards.four section.cards__card.card:nth-of-type(4n) {
  margin-right: 0 !important;
}
.iconcards.three section.cards__card.card:nth-of-type(3n) {
  margin-right: 0 !important;
}
.iconcards.two section.cards__card.card:nth-of-type(2n) {
  margin-right: 0 !important;
}

@media(max-width:1024px){
  .iconcards.four section.cards__card.card:nth-of-type(4n) {
    margin-right: 2.1% !important;
  }
  .iconcards.four section.cards__card.card:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}

@media(max-width:767px){
  .cards_testimonial button.slick-prev.slick-arrow {
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Vector.svg);
    background-repeat: no-repeat;
    font-size: 0;
    padding: 0;
    width: 18px;
    height: 32px;
    position: absolute;
    left: 0;
    top: auto;
    bottom: -63px;
    transform: none;
    z-index: 1000;
  }
  .cards_testimonial button.slick-next.slick-arrow {
    background: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Vector%20(1).svg');
    background-repeat: no-repeat;
    font-size: 0;
    padding: 0;
    width: 18px;
    height: 32px;
    position: absolute;
    right: 0;
    top: auto;
    bottom: -63px;
    transform: none;
    z-index: 1000;
  }
  .cards_testimonial ul.slick-dots li.slick-active button {
    background: #000;
  }
  .cards_testimonial ul.slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
  }
  .cards_testimonial ul.slick-dots {
    padding: 0;
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
  }
  .cards_testimonial ul.slick-dots li button {
    background: #949598;
    border: 0;
    font-size: 0;
    height: 3px;
    padding: 0;
    width: 22px;
  }
  .iconcards .card__text h5 {
    font-size: 16px;
  }
  .cards__card{ border: 1px solid #e7e7e7; box-shadow: none; margin-bottom:10px;}
  
  .cta-btns.icon-cards{
    margin-top:20px;
  }
  
  
}



.iconcards  button.slick-prev.slick-arrow {
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Vector.svg);
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    left: 35%;
}

.iconcards  button.slick-next.slick-arrow,
.iconcards  button.slick-prev.slick-arrow {
    border: 2px solid var(--yellow);
    border-radius: 50%;
    font-size: 0;
    height: 50px;
    padding: 0;
    position: absolute;
    bottom: -100px;
    transform: translateY(-50%);
    width: 50px;
  z-index: 99;
    cursor: pointer;
}

.iconcards  button.slick-next.slick-arrow {
    background: url("https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Vector%20(1).svg");
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    right: 35%;
}

.-dark .iconcards  button.slick-next.slick-arrow,.-dark .iconcards  button.slick-prev.slick-arrow {
    border: 2px solid var(--black)!important
}

.iconcards  ul.slick-dots li.slick-active button {
    background: #000
}

.iconcards  ul.slick-dots li {
    display: inline-block;
    list-style: none;
    margin: 0 5px
}

.iconcards  ul.slick-dots {
    bottom: -55px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 0
}

.iconcards  ul.slick-dots li button {
    background: #949598;
    border: 0;
    font-size: 0;
    height: 3px;
    padding: 0;
    width: 40px
}




@media(max-width: 991px) {
  
  .iconcards .cards__card{30px;}
    .iconcards  button.slick-prev.slick-arrow {
        left: 0;
    }

    .iconcards  button.slick-next.slick-arrow {
        right: 0;
    }
      .iconcards  ul.slick-dots li button {width:auto;min-width:30px}
}

