@media (min-width: 1024px) and (max-width: 1200px) {
    .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%;
    }
}