
.row{
    align-items: initial!important;
}
.col-lt{
    flex: 0 0 30%;
}
.img-border{
    max-width: 296px;
}
.img-border img{
    border-radius: 10px;
}
.first-b3-content{
    padding-left: 25px;
}
.first-b3-content ul li{
    list-style: disc!important;
    margin-left: 20px;
}
.first-b3-content ul li:last-child{
    margin-bottom: 0!important;
}
.first-b3-content .head{
    padding:15px 0 0!important;
}
.sales{
    margin-bottom: 15px;
}
.sales .head{
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
@media (max-width: 992px){
    .first-b3-content ul li {
        margin-bottom: 5px!important;
    }
}
@media (max-width: 767px){
    .first-b3-content ul li {
        margin-bottom: 5px!important;
    }
    .first-b3-content{
        padding-left: 0px;
    }
}


