/*
Theme Name: Layout 9 Child
description: Client Theme - Layout 9
Template: layout-9-parent
Version: 1.0.0
Text Domain: layout-9-child
Author: BCW
*/
.review-section {
    color: var(--color-4);
	padding: 50px 0;
	background-color: var(--color-1);
	text-align: center;
}
.review-section h2{
    margin: 0 0 30px 0;
}
.review-section .author {
	text-align: center;
}
.review-section .owl-carousel {
	position: relative;
	max-width: calc(100% - 90px);
	margin: 0 auto;
}
.review-section .owl-stage {
	display: flex;
	align-items: center;
}
.review-section .owl-carousel .owl-nav {
	font-size: 32px;
}
.review-section .owl-carousel .owl-nav .owl-prev,
.review-section .owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: calc(50% - 10px);
	transform: translateY(-50%);
}
.review-section .owl-carousel .owl-nav .owl-prev {
	left: -45px;
}
.review-section .owl-carousel .owl-nav .owl-next {
	right: -45px;
}
.review-section .owl-carousel .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: .25em;
}
.review-section .owl-carousel .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: transparent;
	margin-top: 20px;
	border: 2px solid var(--color-4);
	box-sizing: content-box;
}
.review-section .owl-carousel .owl-dot.active {
	border-color: var(--color-4);
	background-color: var(--color-4);
}
.review-section .item p:first-child {
	margin-top: 0;
}
#brands{
    background: var(--color-4);
}
#header {
    padding: 20px 0;
}