.section-hero {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 152px 0 162px;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-hero h1 {
    display: block;
    max-width: 67%;
    width: 100%;
    margin-bottom: 65px;
    font-size: 60px;
    line-height: 163%;
    font-weight: 500;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
    .section-hero {
        padding: 142px 0 167px;
    }
    .section-hero .container {
        padding: 0 15px;
    }
    .section-hero h1 {
        max-width: 100%;
        margin-bottom: 70px;
        font-size: 26px;
        line-height: 164%;
    }
}