.only_desktop{
    display: none !important;
}
.section {
    padding: 60px 0;
}
header .wrap_menu ul li {
    font-size: 40px;
}
footer{
    padding-bottom: 100px;
}
@media screen and (min-width: 769px){
    .hero-container{
        grid-template-columns: 1fr .2fr;
    }
}


