/*
This file describes styles that are 1201px width and above
 */
@media  all and (min-width: 1201px) {
    #header-mobile, .only-mobile{
        display: none
    }
    .services__item:nth-child(even) .text{
        grid-column: 2;
        grid-row: 1 / 1
    }
    .services__item:nth-child(even) .media{
        grid-column: 1 / 1
    }

}