/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.main-titles h1,
.main-titles h2,
.main-titles h3,
.main-titles h4,
.main-titles p {
	text-transform: uppercase;
}
.main-section {
	position: relative;
}
.main-section .vc_column-inner{
	height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.main-section .l-section-h,
.main-section .vc_row {
	height: 100%;
	z-index: 1;
}
h2 {
	margin-bottom: 10px!important;
}
p a {
	color: #fff;
	font-weight: 600;
}
.main-section:after {
	content: '';
	position: absolute;
	background: url("images/graphic.webp");
	background-size: contain;
	background-repeat: no-repeat;
	width: 410px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
@media screen and (max-width: 767.98px) {
	p a {
		display: block;
	}
}
