.UIBannerControl {
        width: 100%;
}
html {
        scroll-behavior: smooth;
}
*{
        font-family: 'Roboto Condensed', sans-serif !important;
}
.UIBannerControl a{
        color: black;
}
.group-header{
        position: relative;
        font-family: 'Roboto Condensed', sans-serif;
        background-image: linear-gradient(to left bottom, #e1dede, #e6e4e5, #eceaeb, #f1f1f1, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f1f1f1, #eceaeb, #e6e4e5, #e1dede);
        padding: 25px 80px;
        line-height: 35px;
}
@media only screen and (max-width: 768px) {
        html:has(.MultiFunctionControl .menu-home) .UIBannerControl {
                margin-top: 50px;
        }
        .UIBannerControl .group-header {
                text-align: center;
                padding: 10px;
        }
        .UIBannerControl .group-header h1 {
                font-size: 21px;
        }
        .UIBannerControl .group-header h2 {
                font-size: 20px;
        }
}
