@media (max-width: 768px) {
    .what-we-provide .row {
        padding: 0;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

    .what-we-provide .subtitle-size {
        font-size: 1.5rem;
        text-align: center;
    }
    .what-we-provide {
        .section-title {
            margin-bottom: 1rem;
        }
    }


    .what-we-provide {

        .align-items-center{
            .rounded-custom{
                border-radius: 10px 50px 10px 50px;

            }
        }
        .order-lg-1{
            .rounded-custom{
                border-radius: 50px 10px 50px 10px;
            }
        }

        .w-90 {
            width: 100%;
        }

    }

}

@media (max-width: 576px) {
    .what-we-provide p,
    .what-we-provide ul {
        font-size: 1rem;
        line-height: 1.6;
    }
}
