@media (min-width: 1200px) {

    body{
        font-size: 16px;
    }

    .service-items-wrapper ul,
    h6 {
        text-align: right;
    }



    .service-wrapper {
        text-align: right;
        display: flex;
        justify-content: end;
        align-items: end;
    }

    .offer-widget-section .content p {
        width: 60%;
    }

    .formtech-services .illustartion img{
        margin-right: -27%;
    }

}