/*
    Created on : Oct 7, 2019, 6:12:29 PM
    Author     : RobertSchiffman
*/

.about-us-content .medium-heading {
    font-size: 1.8rem;
}
.about-us-content p {
    font-size: 1.2rem;
}
.about-bk1 {
    background-image: url(../images/about-bk1.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 561px;
}
.compliance-feature {
    background-image: url(../images/compliance_header_image.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}
.intro-hs-1 {
	visibility: visible;
	height: fit-content !important;
}
.intro-hs-2 {
	visibility: hidden;
	height: 0 !important;
}

@media (max-width: 1180px) {
	
	.intro-hs-1 {
	visibility: hidden;
		height: 0 !important;
}
.intro-hs-2 {
	visibility: visible;
	height: fit-content !important;
	padding-bottom: 16px;
}
	
}