.cv-review-slider-section {
	background-color: var();
}

.cv-review-slider-section h2 {
	font-size: 2rem;
	color: #0d2d45;
}

.cv-review-slider-section p {
	font-size: 1.1rem;
}
.cv-review-slider-section .col-md-6 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cv-review-slider-section .img-full-width{
    width: 100% !important;
    object-fit: cover;
}
.cv-review-slider-section p{
    width: 50%;
}