.nuoman-sidebanner {
    position: relative;
}

.nuoman-sidebanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1920/550;
}

.nuoman-sidebanner .title-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.60);
}

.nuoman-sidebanner-title,
.nuoman-sidebanner-subTitle {
    color: #FFF;
    font-family: var(--font-title-family);
    font-size: var(--font-banner-size);
    font-weight: 400;
    line-height: normal;
}

.nuoman-sidebanner-subTitle {
    font-size: var(--font-16);
    font-family: var(--font-family);
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

@media (max-width: 1440px) {}

@media (max-width: 992px) {

    .nuoman-sidebanner-title,
    .nuoman-sidebanner-subTitle {
        margin-left: 0;
    }
}

@media (max-width: 768px) {}

@media screen and (max-width: 552px) {}