.ib-site-banner {
    width: 100%;
    background: linear-gradient(135deg, #3B5998, #4e6fb3);
    border-radius: 10px;
    margin: 0;
    padding: 7px 7px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ib-site-banner__inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ib-site-banner__title {
    color: #fff;
    font-family: "Philosopher", Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    margin: 0;
}

@media (max-width: 768px) {
    .ib-site-banner {
        width: 100%;
        min-height: 45px;
        padding: 9px 9px;
    }

    .ib-site-banner__title {
        font-size: 21px;
    }
}