.services-slider-section {
    padding: 0.5px 0;
    background: #f6f6f9
}
.service-box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 380px;
}

.service-box img {
    width: 110%;
    height: 80%;
    object-fit: cover;
}
.service-boxx img {
    width: 100%;
    height: 90%;
    object-fit: cover;
}

.service-box h5 {
    position: absolute;
    /*bottom: 20px;*/
    top: 20px;
    left: 20px;
    color: #0b2c5d;
    background: rgba(255,255,255,0.85);
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 600;
}
/* BIG CENTER CARD */
.service-box.big {
    height: 480px;
}

.service-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(241, 243, 246, 0.1),rgba(6, 143, 248, 0.1));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
}

.service-overlay h2 {
    color:#1E6FA8;
    font-weight: 50;
}

.service-overlay p {
    color: #1E6FA8;
    font-weight: 50;
}

.service-overlay h3 {
    color:#ffffff;
    font-weight: 700;}

.service-overlay h6 {
    color: #ffffff;
    font-weight: 600;
}
