@media  all and (max-width: 1400px) {

    h1{

        font-size: 6rem

    }

    .main-block h1::after{

        bottom: 14px;

        height: 2.5px

    }



}