@media (max-width: 991px) {
    .aboutContent, 
    .text-content {
        width: 100% !important;
    }
	
	.end-section {
    background-image: url("../img/endBanner2.jpg") !important;
		    height: 100% !important;
}
	.subscription .border-end,
    .subscription .border-start{
	border: none !important;
	}
}

@media (min-width: 991px) {

}