#productDiv{
    font-family: 'DM Sans' !important;
    background: #F3F6F7;
    padding-bottom: 5%;
}
.div-product{
    width: 316px;
    height: auto;
    margin-left: 22px;
}
.div-product a{
    text-decoration: none;
}
.title-sub-product{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    text-transform: capitalize;
    color: #121212;
    margin-top: 5%;
}
.city-product{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    text-transform: capitalize;
    color: #999999;
}
.image-width-100{
    width: 100%;
}
.img-prod-detail{
    margin-top: 5%;
    background-size: cover;
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 350px;
}
.title-prod-detail{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-transform: capitalize;
    color: #00004D;
}
.title-more-prod{
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 172.5%;
    align-items: center;
    text-align: center;
    color: #00004D;
}
.div-product-detail{
    width: 260px;
    height: auto;
    margin-left: 22px;
}
.div-product-detail a img{
    width: 100%;
}
.div-product-detail a{
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    #rowContent{
        margin-top: 20% !important;
    }
    .div-product-detail{
        width: 100%;
        margin-right: 22px;
    }

    .div-product{
        margin-right: 22px;
    }

}

@media only screen and (max-width: 616px) {
    .img-prod-detail{
        padding-top: 8%;
    }
}