/* Service Page */

#main-services .services-box {
    min-height: 600px;
    max-height: 600px;
}

#main-services .fusion-row {
    gap: 20px 0;
}


/* Service Page  End*/


/* CRO Service */

.cro img {
    width: 100%;
}


/* CRO Service End*/


/* Business Service */

.business-app img {
    width: 100%;
}


/* Business Service End*/


/* Media Querry */

@media only screen and (max-width: 1024.5px) {
    #main-services .services-box {
        min-height: 500px;
        max-height: 500px;
        height: 100%;
    }
}

@media only screen and (max-width: 800.5px) {
    #main-services .services-box {
        min-height: initial;
        max-height: initial;
        height: auto;
    }
}