/* No slider cards */

.no-slider-container {
  display: flex;
}
.sec-card-slider__item.no-slider {
  width: 50%;
}

.carousel-section {
    overflow: hidden;
}

.carousel-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.sec-card-slider{
    width: 100%;
    height: auto;
}

.carousel-section .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
    padding-left: 0 !important;
}

.carousel-section .owl-carousel .owl-stage-outer {
    overflow: unset;
}

.sec-card-slider__item {
    width: 368px;
    /* height: 326px; */
    /* min-height: 300px;
    /* background-color: #fff; */
    border-radius: 56px;
    display: flex;
    flex-direction: column;
    padding: 32px;
    box-sizing: border-box; 
}

.sec-card-slider__item:nth-child(even){
    margin: 0 24px;
}

.sec-card-slider__item:last-child{
    margin-right: 0;
}
  
.sec-card-slider__item-icon{
    width: 100%;
    height: 128px;
    display: flex;
    align-self: center;
    margin-bottom: 32px;
}

.sec-card-slider__item-title{
    width: 100%;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 8px;
}

.sec-card-slider__item-title h6{
    font: 600 18px/30px 'Poppins';
    color: #0A0A77;
    text-align: left;
    margin: 0;
}

.sec-card-slider__item-description {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.sec-card-slider__item-description + .sec-card-slider__item-checklist-container {
  margin-top: 8px;
 }

.sec-card-slider__item-checklist {
  display: flex;
  align-items: initial;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.sec-card-slider__item-checklist:last-child {
  margin-bottom: 0;
 }

.sec-card-slider__item-checklist-icon {
  margin-right: 8px;
}

.owl-carousel .owl-item{
  display: flex;
}

.sec-card-slider .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 64px;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #e4ecfa !important;
    border-radius: 50px;
    height: 4px;
    width: 40px;
}
.owl-theme .owl-dots .owl-dot.active span {
    background-color: #33f !important;
}

@media (max-width: 1220px) {
  .sec-card-slider .carousel-container {
    margin: 0 20px !important;
  }
}


@media (max-width: 768px){
/* no slider cards */
.no-slider-container {
  flex-direction: column;
}
.sec-card-slider__item.no-slider {
  width: 100%;
  margin: 0 0 24px;
}

.sec-card-slider__item.no-slider:last-child {
  margin-bottom: 0;
}

.sec-card-slider.carousel-container {
    max-width: 100%;
    margin: 0 20px !important;
  }
  
  .sec-card-slider.carousel-container .owl-dots {
    width: 100%;
  }

  .sec-card-slider__item-title{
    width: 100%;
  }
  
  .sec-card-slider__item-title h6{
    font-size: 16px;
    line-height: 26px;
  }
  
  .sec-card-slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 48px;
  }

}
@media (max-width: 400px){
  .sec-card-slider__item {
    width: 320px;
  }
 }

 @media (max-width: 320px){
  .sec-card-slider__item {
    width: 280px;
  }
 }