
/* About Us Page Styles */
.innerpage.about-us header.innerpage-header {
	background-image: url("https://cdn-hombb.nitrocdn.com/kFCisImZvTFQXgJvSqSgNguADSFWnozt/assets/images/optimized/rev-00cd3ed/www.frlawgroup.com/wp-content/uploads/about-us-banner-rv-rs.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 40px;
}

.innerpage.about-us header.innerpage-header .row {
	min-height: 27vw;
}

.innerpage.about-us header.innerpage-header h1 {
	color: #fff;
	margin-top: 20%;
}

.about-us section.section-1 {
	font-size: calc(var(--base-font-size) + 6px);
}

.about-us .meet-the-team-list {
	padding: 15px;
	background-color: var(--primary-color);
}

.about-us .meet-the-team-list a {
	display: block;
	padding: 15px;
	color: #fff;
	border-bottom: 1px solid;
	font-family: "Playfair Display", serif;
	font-size: var(--h3-font-size);
}

.about-us .meet-the-team-list .team-member:last-child a {
	border-bottom: 0px;
}

section.section-2 {
	background-image: url("https://cdn-hombb.nitrocdn.com/kFCisImZvTFQXgJvSqSgNguADSFWnozt/assets/images/optimized/rev-00cd3ed/www.frlawgroup.com/wp-content/uploads/about-us-bottom.png");
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	background-color: var(--secondary-color);
	color: #fff;
	margin-top: 5%;
}

section.section-2.nitro-lazy {
	background-image: none !important;
}

section.section-2 .row {
	min-height: 725px;
}

section.section-2 h2 {
	color: var(--primary-color);
}

@media screen and (max-width: 2560px) {
	section.section-2 {
		background-size: contain;
	}
}

@media screen and (max-width: 1920px) {
	section.section-2 {
		background-size: 50%;
	}
	
	section.section-2 .row {
		min-height: 35vw;
	}
}

@media screen and (max-width: 1200px) {
	section.section-2 {
		background-size: 55%;
	}
}

@media screen and (max-width: 1024px) {
	.about-us section.section-1 {
		font-size: var(--base-font-size);
	}
	
	section.section-1 .col-lg-4 {
		margin-top: 30px;
	}
	
	section.section-2 .col-lg-5 {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.innerpage.about-us header.innerpage-header {
		background-size: cover;
		background-position: top;
	}
	
	.section-2 img.mobile {
		margin-top: 20px;
	}
}

.innerpage.about-us header.innerpage-header.nitro-lazy {
	background-image: none !important;
}
