.detail-with-product .detail-with-product-heading{
    margin-bottom:10px;
}
.detail-with-product .detail-with-product-container{
    background-color: #E9F0CA;
    padding: 8px 10px;
}
.detail-with-product .with-product_href{
    display: flex;
    align-items: center;
}
.detail-with-product .with-product_image{
    height: 65px;
    margin-right:24px;
}

.detail-with-product .with-product_price{
    margin-left: auto;
}

@media(max-width:768px){
    .detail-with-product .detail-with-product-container{
        padding: 1.33vw;
        height: 13.33vw;
    }
    .detail-with-product .with-product_image{
        height: 100%;
        width: 8vw;
        margin-right: 1.6vw;
    }
}