.testimonial-section {
	background: var(--color-1);
}

.testimonial-section .container {
	display: grid;
}

.testimonial-titles-container {
	display: grid;
	gap: 10px;
	justify-items: center;
}

.testimonial-titles-container > .flex {
	align-items: center;
	gap: 5px;
}

.testimonial-section-title, .testimonial-section-p {
	margin: 0;
	padding: 0;
	text-align: center;
}

.img-decoration {
	margin-top: 7.5px;
	width: 20px;
	height: 10px;
}

.testimonial-section-title {
	font-weight: var(--fw-semibold);
	font-size: 24px;
	line-height: 26.4px;
	color: var(--secondary);
}

.testimonial-section-p {
	font-weight: var(--fw-semibold);
	font-size: 30px;
	line-height: 33px;
}

.carousel-container {
	margin: 25px 0 !important;
	max-width: 420px !important;
	width: 100%;
	background: var(--neutral-1);
	border: none;
	border-radius: 10px;
	padding: 2rem;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0,.1);

	display: grid;
	gap: 1rem;
}

.personal-info-container {
	gap: 1rem;
}

.profile-avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.name-and-ranking-container {
	display: grid;
	align-items: stretch;
}

.profile-name {
	font-weight: var(--fw-semibold);
	font-size: 24px;
	line-height: 26.4px;
}

.ranking-container {
	gap: 5px;
}

.stars {
	width: 20px;
	height: 20px;
}

.review {
	color: rgba(60, 73, 89, 1);
	font-size: 14px;
	line-height: 21px;
}

.swiper {
	max-width: 1200px !important;
	width: 100% !important;
	padding: 10px !important;
	margin-inline: auto !important;
}

@media (max-width: 649px) {
	.swiper {
		width: 80% !important;
	}
}

@media (max-width: 450px) {
	.swiper {
		width: 100% !important;
	}
}

.swiper-wrapper {
	margin-bottom: 25px;
}

@media (max-width: 649px) {
	.swiper-wrapper {
		margin-inline: center;
	}
}

.swiper-pagination-bullet {
  background: transparent !important;
  border:  4px solid rgba(121, 121, 124, 1) !important; 
  width:  16px !important;
  height:  16px !important;
}

.swiper-pagination-bullet-active {
  background: transparent; !important; 
  border:  4px solid var(--secondary) !important;
}
