@media (min-width:239px){
.col-lg-6{margin-left:15px;margin-right: 15px;}
}

@media (max-width:330px){
#block-block-2 p{text-align: center;position: relative;right: 5px;}
}

@media (min-width:768px){
.col-sm-3{width: 330px !important;}
.col-sm-9{width: 56% !important;}
.col-lg-6{width: 91.8%;}
}

@media (min-width:992px){
.col-sm-3{width: 330px !important;}
.col-sm-9{width: 56% !important;}
.col-lg-6{margin-right: 0px;width: 92.5%;}
}

@media (min-width:1023px){
.col-sm-3{width: 330px !important;}
.col-sm-9{width: 64.8% !important;}
.col-lg-6{margin-right: 0px;width: 95%;}
}

@media (min-width:1200px){
.col-sm-3{width: 330px !important;}
.col-sm-9{width: 71.5% !important;}
.col-lg-6{margin-right: 0px;width: 47.2%;}
}
