section.otherBannersNew a span {
position: absolute;
    left: 15px;
    bottom: 30px;
    padding: 5px 15px;
    font-size: 22px;
    color: #000;
    font-weight: bold;
    background: #ffffffa1;
}
section.otherBannersNew .row {
    margin: 30px 0;
}
@media (max-width: 992px) {
	section.otherBannersNew .row {
	    margin: 0;
	}
	section.otherBannersNew .col-xs-6 {
	    margin: 10px 0;
	}
}