/*
This file describes styles that are 1201px width and above
 */
@media  all and (min-width: 1201px) {

    .advantages-item:hover{
        box-shadow: 0 0 10px 1.5px rgba(174, 174, 174, 0.5);
        border-radius: var(--border-radius)
    }

    .about .content .text::-webkit-scrollbar {
        width: 3px
    }
    .wpcf7 form.sent .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
        grid-column: 1/4
    }

}