/* Mobile Styles */
@media (max-width: 767px) {

    .service-items-wrapper ul,
    h6 {
        text-align: left;
    }
    .service-wrapper{
        display: flex;
        justify-content: start;
    }

    .formtech-services .illustartion img{
        display: none;
    }
}

