


@media only screen and (max-width: 576px) {
    #projectSection .d-flex {
        display: block !important; 
    }

    #projectSection .w-30 {
        width: 100% !important; 
    }

    .award {
        padding-top: 0 !important;
    }
    #serviceSection {
        padding-bottom: 0 !important;
    }
       .event-eight-wrap {
        display: block !important;
        align-items: unset;
    }

    .footer-eight-top-info.call {
        margin-left: 34px;
    }
    .fs-20 {
        font-size: 16px !important;
    }
}