.shenbao_sidebanner{
    position: relative;
}
.shenbao_sidebanner img{
    width: 100%;
    aspect-ratio: 192 / 60;
    object-fit: cover;
}
.shenbao_sidebanner_content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.shenbao_sidebanner_description{
    font-family: var(--title-font-family);
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.12px;
}
.shenbao_sidebanner_title{
    font-family: var(--title-font-family);
    font-size: var(--title-size-h1);
    font-weight: 900;
    line-height: 1.17;
    text-transform: uppercase;
    margin-top: 2px;
}

@media screen and (max-width: 1400px) {
    .shenbao_sidebanner_description{
        font-size: var(--text-title-size);
    }
}