@media (max-width: 991px) {
	.frontpage__header__title {
        font-size: 2.3rem!important;
	}
}

@media (max-width: 767px) {
	.new-home-quality-system [class*=" icon-"]:before {
		font-size: 50px;
	}
    
    .new-home-testimonial .testimonial-right-border {
    	border: none !important;
    }
    .frontpage__header__title {
        font-size: 30px!important;
        line-height: 1.2!important;
        width: auto !important;
        white-space: normal;
    }
    .frontpage__header__desc {
        width: 100% !important;
        white-space: normal;
    }
    rs-fullwidth-wrap rs-module-wrap .uranus.tparrows:before {
        width: 26px!important;
        height: 26px!important;
        line-height: 26px!important;
        font-size: 26px!important;
    }
    rs-fullwidth-wrap rs-module-wrap .uranus.tparrows {
        width: 26px!important;
        height: 26px!important;
    }
    rs-fw-forcer,
    rs-module-wrap,
    rs-module {
    	height: 400px!important;
        max-height: 400px!important;
    }
    .slides-scrolldown {
    	display: none !important;
    }
    .newsletter-form .cr_form-component {
    	width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .frontpage__header__desc {
        font-size: 16px!important;
        line-height: 22px!important;
    }
    .cms__standardblock.cms__standardblock--form.contact-section {
        padding: 0 1rem 0rem 1rem;
    }
}