/*---Single----*/
.reviews-posts .et_pb_module.et_pb_testimonial {
    background-color: #f5f5f5;
}

/*@media screen and (min-width:981px) {
	.reviews-posts .et_pb_module.et_pb_testimonial {
		margin-bottom: 0 !important;
	}
    .reviews-posts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }    
}


/*--Fix for header height---*/
div#inner section.et_pb_module.et_pb_fullwidth_header {
    padding-top: 55vh !important;
}

@media screen and (max-width:980px) {
	div#inner section.et_pb_module.et_pb_fullwidth_header {
	    padding-top: 35vh !important;
	}
}

@media screen and (max-width:550px) {
	div#inner section.et_pb_module.et_pb_fullwidth_header {
	    padding-top: 25vh !important;
	}
}