#about-rongyu {
    margin-top: 5rem;
}

#about-rongyu > .big-title {
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.15;
}

#about-rongyu > .small-title {
    font-size: 1.5rem;
    line-height: 6;
}

#about-rongyu > .swiper img {
    width: 200px;
    height: 300px;
    object-fit: contain;
}

@media (min-width: 1024px) {
    #about-rongyu > .big-title {
        font-size: 5rem;
    }

    #about-rongyu > .swiper img {
        width: 267px;
        height: 380px;
    }
}