.carousel-item .container {
	max-width: 97%;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr;
}
.carousel-item .wrapper-carrusel-testimonial {
	background-color: #f9fcfd;
	display: flex;
	align-items: start;
	padding: 2rem;
}
.carousel-item img {
	border-radius: 50% !important;
	margin-right: 2rem;
}
.carousel-caption {
	left: initial;
	position: relative;
	right: 0%;
	padding-bottom: 0;
}
.carousel-caption p {
	text-align: left;
}
.carousel-caption p:nth-child(2) {
	margin-bottom: 0;
}
.carousel-control-prev,
.carousel-control-next {
	width: 8%;
}
.carousel-item.active .wrapper-carrusel-testimonial:first-of-type {
	border-bottom-left-radius: var(--bs-custom-border-radius);
}
.carousel-item.active .wrapper-carrusel-testimonial:last-of-type {
	border-bottom-right-radius: var(--bs-custom-border-radius);
}
.carousel-item .wrapper-carrusel-testimonial:first-of-type {
	padding-left: 5rem;
}
.carousel-item .wrapper-carrusel-testimonial:last-of-type {
	padding-right: 5rem;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 0 0 .708L10.293 8l-5.647 5.646a.5.5 0 0 0 .708.708l6-6a.5.5 0 0 0 0-.708l-6-6a.5.5 0 0 0-.708 0z'/%3e%3c/svg%3e");
}
#myCarousel-items {
	position: relative;
}
#myCarousel-items,
.carousel-control-prev,
.carousel-control-next {
	min-height: 320px;
}
.carousel-indicators {
	position: relative;
}
.carousel-indicators button[data-bs-target] {
	height: 10px;
	margin-bottom: 1rem;
	position: relative;
	border-radius: 50%;
	height: 24px;
	width: 24px;
	background-color: transparent;
	opacity: 1;
	margin-right: 0px;
	margin-left: 0px;
}
.carousel-indicators button[data-bs-target]::before {
	content: "";
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 1px solid var(--bs-second-color);
	background-color: transparent;
	opacity: 1;
}
.carousel-indicators button[data-bs-target].active::before {
	background-color: var(--bs-second-color);
	height: 12px;
	width: 12px;
}
@media (max-width: 992px) {
	.carousel-item .container {
		display: block;
	}
	.carousel-control-prev,
	.carousel-control-next {
		width: 6%;
	}
}
@media (max-width: 600px) {
	.carousel-item .wrapper-carrusel-testimonial {
		background-color: #f9fcfd;
		display: flex;
		align-items: start;
		padding: 2rem;
		flex-flow: column;
		align-items: center;
	}
	.carousel-caption p {
		margin-top: 1rem;
	}
	.carousel-control-prev,
	.carousel-control-next {
		width: 11%;
	}
	.carousel-item img {
		margin-right: 0;
	}
	.carousel-item .wrapper-carrusel-testimonial:last-of-type {
		padding-right: 2rem;
	}
	.carousel-item .wrapper-carrusel-testimonial:first-of-type {
		padding-left: 2rem;
	}
}
