#income-tax-list li {
	padding: 0 0 14px 38px;
    list-style: none;
    background-image: url(../images/right_arrow.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px){
    #tax-rates .owl-content{
        min-height: 458px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    #tax-rates .owl-content{
        min-height: 535px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1396px){
    #tax-rates .owl-content{
        min-height: 433px;
    }
}
@media screen and (min-width: 1400px){
    #tax-rates .owl-content{
        min-height: 356px;
    }
} 
@media screen and (min-width: 768px) and (max-width: 991px){
    #proposed-amendments .owl-content{
        min-height: 331px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    #proposed-amendments .owl-content{
        min-height: 254px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1396px){
    #proposed-amendments .owl-content{
        min-height: 203px;
    }
}
@media screen and (min-width: 1400px){
    #proposed-amendments .owl-content{
        min-height: 178px;
    }
} 