.banner-section h1 {
    max-width: 50rem;
    line-height: 1.18;
    overflow-wrap: break-word;
    word-break: normal;
}

.banner-logo-placeholder {
    width: 10rem;
    height: 1rem;
    padding-top: 0.1rem;
    margin-bottom: 2rem;
    box-sizing: content-box;
}

.banner-section h1 br {
    display: block;
}

.contacts li {
    display: none;
}

.contacts li.contact--visible {
    display: block;
}

@media screen and (max-width: 428px) {
    .banner-logo-placeholder {
        width: 10rem;
        height: 10rem;
        padding-top: 1.5rem;
        margin: 0 auto 1.5rem;
    }

    .banner-section h1 {
        max-width: 100%;
        line-height: 1.2;
    }
}
