/* Service screen */

.service-page-section .text-center {
    margin-bottom: 50px !important;
}

@media screen and (max-width: 520px) {
    .service-page-section {
        padding: 10px;
        padding-top: 20px;
    }

    .service-page-section .section-title-gradient {
        margin-bottom: 15px !important;
        font-size: 18px !important;
        text-transform: uppercase;
    }

    .service-page-section p {
        font-size: 16px !important;
        /* text-align: start; */
    }

    .service-page-section .cards-container {
        margin-top: 30px !important;
        gap: 15px;
    }

    .service-page-section .text-center {
        margin-bottom: 0px !important;
    }
}