.card-box {
  border: 5px solid #ffffff;   
  /*box-shadow: 
    0 3px 10px rgba(0,0,0,0.12); */
  box-shadow: 0 0 10px rgba(0,0,0,0.12);
  min-height: 260px;
}


.leader-slider-wrap {
    position: relative;
}

.leader-swiper {
    overflow: hidden;
    padding-bottom: 50px;
}

.leader-nav {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    display: flex;
    gap: 8px;
}

.leader-pagination {
    position: absolute;
    left: 50% !important;
    bottom: 10px !important;
    transform: translateX(-50%)!important;
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
}

.leader-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 6px;
    border-radius: 999px;
    background: #86b6ff;
    opacity: 1;
    margin: 0 !important;
    transition: 0.3s ease;
}

.leader-pagination .swiper-pagination-bullet-active {
    background: #243c9f;
    width: 42px;
}


.row-01-bg .sub-title-05 {
    font-size: 17px;
}


.row-01-bg .card-box-height {
    min-height: 550px;
}

@media (max-width: 1199.98px) {

.row-01-bg .card-box-01-height{
    min-height: 140px!important;
}

}

@media (max-width: 767.98px) {
.card-box img{ 
    height: 45px;
}
.row-01-bg .card-box-01-height{
    min-height: 90px!important;
}

.row-01-bg .sub-title-05 {
    font-size: 14px;
    line-height: 1.3em;
}

}