@media (max-width: 992px) {
    .fs-2 {
        font-size: 1.4rem !important;
    }
    .site-name {
        margin-top: 25px;
    }
}

.bottom-banner {
    container: bottom-banner / inline-size;
}

@container bottom-banner (width < 540px) {
    .bottom-banner .fs-2 {
        font-size: 0.9rem !important;
    }
}