.packaging>span {
    color: #333333;
    font-size: 2rem;
    text-align: center;
    line-height: 2.9rem;
    display: block;
    width: 100%;
}

.packaging-content {
    padding: 8rem 0 4rem;
    display: flex;
    justify-content: space-between;
}

.packaging-content .img {
    width: 69.2rem;
    height: 50rem;
    border-radius: 1rem;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .packaging>span {
        color: #333333;
        font-size: 1.2rem;
        text-align: center;
        line-height: 1.5rem;
        display: block;
        width: 100%;
    }

    .packaging-content {
        padding: 4rem 0 2rem;
        display: flex;
        justify-content: space-between;
    }

    .packaging-swiper {
        width: 37.5rem;
        height: 22.2rem;
        /*overflow: hidden;*/
        position: relative;
        left: -1.6rem;
        margin-bottom: 3.2rem;
    }

    .packaging-swiper .swiper-container {
        width: 32.4rem;
        position: relative;
    }

    .packaging-swiper .swiper-slide {
        width: 32.4rem;
        padding: 0 0 0 1.6rem;
    }

    .packaging-swiper .swiper-slide .img {
        width: 30.8rem;
        height: 22.2rem;
    }

    .packaging .swiper-pagination {
         bottom: -3.6rem !important; 
         left: 2.4rem !important;
        z-index: 50;
    }

    .packaging .swiper-pagination-bullet {
        background: #05173C !important;
        width: 0.4rem !important;
        height: 0.4rem !important;
        /* opacity: 0.1; */
    }

    .packaging .swiper-pagination-bullet-active {
        width: 1.2rem !important;
        border-radius: 10rem !important;
    }
}