@media (min-width: 768px) and (max-width: 1024px) {

    .service-items-wrapper ul,
    h6 {
        text-align: left;
    }

    .service-wrapper {
    
      text-align: right;
        display: flex;
        justify-content: start;
        align-items: end;
    }
    
.formtech-services .illustartion img{
        display: none;
    }

}