
@media screen and (min-width: 768px) and (max-width: 991px) {
	section.main.leading-bill-discounting .row {
		display: flex;
		align-items: center;
	}
	.leading-bill-discounting-img {
		width: 100%
	}
	.faq img {
		width: 100%;
	}
	section.main.How-It-Works img {
		width: 100%;
	}
	.hours-full.even {
		display: flex;
		flex-direction: row-reverse;
	}
	.hours-full.even .hours-img {
		margin-right: 0px;
		margin-left: 50px;
	}
	.testimonial-inner p {
        min-height: 240px;
    }
    .banner h3 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 600;
        width: 100%;
    }
    section.main.leading-bill-discounting .row {
    display: flex;
    align-items: center;
}
}