@charset "utf-8";

#a-vfit #sub-title strong::before{
    background-color: #86a8c7;
}
#page-product{
    padding: 15rem 0;
    background-color: #211e1f;
    background-image: url('/img/page/avfit/pd-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
#page-product .box{
    align-items: center;
}
#page-product .sub-item{
    padding-bottom: 0;
}
#page-product picture{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
}
#page-product .product-image{
    width: 50%;
}

#page-product .product-image img{
    max-width: 40rem;
}
#page-product .sub-item-title{
    color: white;
    text-align: left;
}
#page-product .sub-item-title p{
    color: white;
}


@media (max-width: 768px) {
    #page-product .product-image{
        width: 100%;
        order: 2;
        margin-top: 8rem;
        padding: 0 5rem;
    }
}