.about-us{
	padding: 24px 6vw;
	background-color: #f9eaea;

	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}

.about-us-content{
	padding: 30px 0;
}

.about-us-text{
	margin: 0 0 20px;
}

.about-us-text p{
	margin: 0 0 20px;
}

.about-us-text p:last-child{
	margin: 0;
}

.about-us-cta{
	padding-top: 15px;
}

.about-us-video{
	background-color: #FFF;
	overflow: hidden;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.about-us-video video{
	display: block;
	width: 102%;
	height: auto;
}

.about-us-image img{
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: auto;
}

@media only screen and (max-width: 1000px) {
	.about-us-content{
		text-align: center;
	}

	.about-us-cta .cars-button{
		margin: auto;
	}

	.about-us-image img{
		width: 340px;
		max-width: 90%;
	}
}

@media only screen and (max-width:  767px) {
	.about-us{
		padding: 20px 0;

		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		border-radius: 18px;
	}

	.about-us-text p:not(:last-child){
		margin: 0 0 10px;
	}

	.about-us-cta{
		padding-top: 5px;
		display: flex;
		justify-content: center;	
	}

	.about-us-cta .cars-button{
		padding: 0 50px;
	}

	.about-us-content{
		padding: 0;
	}
}