.about-header {
	position: relative;
	min-height: calc(80vh - 5rem);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	/* transition: all 1.6s ease; */
	background-image: url(../img/gallery/about-header.jpg);
	color: #fff;
	display: flex;
	align-items: center;
}
.about-header::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
}
.about-header > div {
	max-width: var(--section-max-width-lg);
	padding: 2rem;
	margin: 0 auto;	
	z-index: 1;
}
.about-header h3 {
	font-size: 4rem;
	font-weight: 700;
}
.about-header p {
	font-size: 1.5rem;
}

.about-services {
	position: relative;
	background-color: var(--color-green-alt);
	color: #fff;
	display: flex;
	align-items: center;
}
.about-services > div {
	max-width: var(--section-max-width-lg);
	padding: 6rem 2rem;
	margin: 0 auto;
	text-align: center;
}
.about-services p {
	font-size: 1.25rem;
	color: var(--color-green-light);
	text-transform: uppercase;
	margin-bottom: 0;
}
.about-services h3 {
	font-size: 3.15rem;
	font-weight: 400;
}
.about-services h4 {
	font-size: 2.8rem;
	font-weight: 400;
}
.about-services .service-step {
	color: var(--color-green-light);
	/* margin: 0 4rem; */
	width: 20%;
}
.about-services .service-step i {
	font-size: 4rem;
  display: block;	
}
.about-services .service-step img {
	height: 6rem;
	display: block;
	margin: 0 auto;
}
.about-services span {
	font-size: 1.6rem;
	text-transform: uppercase;
}
.about-services img {
	height: 2rem;	
}

.about-benefits {
	background-color: #fff;
	padding: 4rem 2rem;
}
.about-benefits > div {
	max-width: var(--section-max-width-lg);
	margin: 0 auto;
}
.about-benefits img {
	width: 100%;
	height: auto;
	/* max-width: 31.5rem; */
	margin-top: -8rem;
	box-shadow: 0 0 10px #00000040;
}
.about-benefits h3 {
	font-size: 3.15rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}
.about-benefits ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.about-benefits li {
	font-size: 1.8rem;
  line-height: 2.4;
}
.about-benefits li i {
	font-size: 1.2em;
	margin-right: 0.75rem;
	color: var(--color-green-light);
}

.about-form {
	position: relative;
	background-color: transparent;
	display: flex;
	align-items: center;
}
.about-form > div.row {
	max-width: var(--section-max-width-lg);
	padding: 6rem 2rem 6rem;
	margin: 0 auto;
}
.about-form .bg-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24rem;
	background-size: 140%;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../img/gallery/map_about.jpg);
	opacity: .7;
	transition: all .6s ease;
}
.about-form h3 {
	font-size: 2.5rem;
  font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 1.5rem;
}
.about-form p {
	font-size: 1.25rem;
}
.about-form p.subtitle {
	color: var(--color-orange);
	margin-bottom: 0;
	font-size: 1.25rem;
}
.about-form .contact-grid i {
	color: var(--color-orange);
	font-size: 2rem;
	margin-right: 1.25rem;
}
.about-form .contact-grid h5 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.about-form .contact-grid span {
	color: #777;
	display: block;
	overflow-wrap: anywhere;
}
.about-form form {
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
	padding: 2rem;
}
.about-form form .form-group {
	margin-bottom: 1.5rem;
}
.about-form form input,
.about-form form textarea {
	height: auto;
	font-size: 1rem;
	line-height: 1rem;
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;
	background-color: #FDFDFD;
	padding: 1rem 1.56rem 1rem 1.56rem;
	border-radius: 5px;
}
.about-form form label {
	line-height: 21px;
	font-size: 1.25rem;
}

@media (min-width: 1200px) {
  .about-form-contact {
		margin-top: 19rem;
	}
}
@media (max-width: 1199px) {
  .about-form-contact {
		margin-top: 18rem;
	}
}
@media (max-width: 991px) {
  .about-form-contact {
		margin-top: 17rem;
	}
}
@media (max-width: 767px) {
  .about-form-contact {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.about-header p {
		width: 60%;
	}
	.about-form .bg-map {
		background-position: center left;
		height: 22rem;
	}
}

@media (max-width: 768px) {
	.about-services > div {
		padding: 4rem 2rem;
	}
	.about-services .service-step {
		width: 33%;
	}
	.about-services img {
		display: none;
	}
	.about-form .bg-map {
		background-position: initial;
		background-position-x: center;
		background-size: cover;
	}
  .about-form > div.row {
    padding-top: 18rem !important;
		padding-bottom: 4rem;
  }
	.about-benefits img {
    margin-top: 0 !important;
  }
}

@media (max-width: 576px) {
	.about-header {
		text-align: center;
	}
	.about-header h3 {
		font-size: 3rem;
	}
	.about-header p {
		font-size: 1.25rem;
	}
	.about-benefits button,
	.about-header button {
		margin: 0 auto;
    display: block;
	}
	.about-services > div {
		padding: 4rem 1rem;
	}
	.about-benefits h3,
	.about-services h3,
	.about-services .service-step i {
		font-size: 2.5rem;
	}
	.about-services .service-step img {
		height: 3.5rem;
	}
	.about-services h4 {
		font-size: 2.4rem;
	}
	.about-services span {
		font-size: 1.25rem;
	}
	.about-benefits li {
		font-size: 1.5rem;
	}
	.about-form > div.row {
		padding: 4rem 1rem;
	}
	.about-form h3 {
		font-size: 2.2rem;
	}
}