.b-site-info-header__title {
    font-size: 12px;
}

@media screen and (min-width: 500px) {
    .b-site-info-header__logo {
        width: 330px;
    }
}

@media screen and (min-width: 1199px) {
    .b-site-info-header__logo {
        max-width: 35rem;
        width: 100%;
    }

    .b-site-info-header__title {
        font-size: 1.3rem;
    }

    .block-type-image-slider .paragraph--type--image-slider .slider-inner {
        max-width: 45rem !important;
    }
}

@media screen and (min-width: 1352px) {
    .b-site-info-header__logo {
        max-width: 34rem;
    }
}

@media screen and (min-width: 1540px) {
    .b-site-info-header__logo {
        max-width: 33rem;
    }
}