.services-section .inner-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.services-section .image-box img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.services-section .content-box {
    flex-grow: 1;
    margin-top: 15px;
}

.services-section .title {
    font-size: 18px;
    font-weight: 600;
    min-height: 48px; /* Keeps headings equal */
}

.services-section .text {
    font-size: 15px;
    line-height: 22px;
    min-height: 45px; /* Equal height for description text */
}

.services-section .read-more {
    margin-top: auto;
    display: inline-block;
    color: #005BAC;
    font-weight: 600;
}

.service-block {
    margin-bottom: 30px;
}

/* Reduce only the white space below the black header */
.services-section {
    padding-top: 5px !important;   /* Reduce from ~150px to a clean space */
    margin-top: 0 !important;
}
