/*------------------------------------------------------------------*\
    4. COMPONENTS - Card Box
\*------------------------------------------------------------------*/

/* Container — allow overflow for the expand effect */
.section-services {
    overflow: visible;
}

/* Service Box Base */
.section-services .service-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}
