.feedback {
  padding: 8rem 0 0 0;
}

.feedback .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.feedback-header {
  text-align: center;
}

.feedbacks {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.feedback-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;

  padding: 2rem;
  background-color: var(--white);
  border-radius: 16px;

  min-width: 290px;
  min-height: 380px;
}

.feedback-item img {
  border-radius: 100%;
}

.feedback-item span {
  font-weight: bold;
}

.feedback .carousel-control-next, .feedback .carousel-control-prev {
	width: 2rem;
}

.feedback .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 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.feedback .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");
}
