.testimonials_group {
	padding: 0px;
	width: 100%;
}
.wp-block-group__inner-container:has(div.testimonials) {
	max-width: unset;
	padding: 0px;
}
.testimonials {
	display: flex;
	flex-direction: column;
	background-image:  url('/wp-content/themes/wgc/images/border_top_white.png'),  url('/wp-content/themes/wgc/images/border_bottom_red_grey.png'), url('/wp-content/themes/wgc/images/swirl-background-red.png');
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: top, bottom, center;
	background-size: contain, contain;
	padding: 311px 0px;
	overflow: hidden;
}
.testimonials-title {
	font-family: "Abril Fatface", serif;
	font-size: 32px;
	line-height: 36px;
  	font-weight: 400;
	color: #ffffff;
	margin-bottom: 32px;
	text-align: center;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
	display: inline-block;
    padding: 0;
    margin: 8px;
    list-style: none;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    width: 16px;
    height: 16px;
}
.slick-dots li.slick-active {
    background-color: #D1CE21;
}
.slick-dots li button {
	display: none;
}
.item-box {
	display: block;
	margin: 0px auto;
	max-width: 1366px;
	padding-bottom: 40px;
	text-align: center;
}
.item-box .name {
    font-family: "Open Sans", serif;
	font-size: 18px;
	line-height: 27px;
  	font-weight: 700; 
	color: #ffffff;
	margin-bottom: 16px;
}
.item-box .name span {
  	font-weight: 400; 
}
.item-box p {
    font-family: "Open Sans", serif;
	font-size: 18px;
	line-height: 27px;
  	font-weight: 400; 
	color: #ffffff;
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
	align-items: stretch;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 1.5rem;
	gap: 30px;
}


@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 1080px) {

}
@media only screen and (max-width: 768px) {
	.testimonials {
		display: flex;
		flex-direction: column;
		background-image:  url('/wp-content/themes/wgc/images/red_top_mobile.png'),  url('/wp-content/themes/wgc/images/red_bottom_grey_mobile.png'), url('/wp-content/themes/wgc/images/swirl-background-red.png');
		background-repeat: no-repeat, no-repeat, repeat;
		background-size: contain, contain, contain;
		background-position: top, bottom, center;
		padding: 120px 16px;
	}
	.testimonials-title {
		font-size: 27px;
		line-height: 29px;
	}
	.item-box .name {
		font-size: 16px;
		line-height: 24px;
	}
	.item-box p {
		font-size: 16px;
		line-height: 24px;
	}
}


