/* Here comes your own styling */

/* Custom styles for the review section */
.review-item {
    padding: 20px;
}

.review-item blockquote {
    margin-bottom: 10px;
    border-left: none; /* Remove default blockquote border */
}

.review-item p {
    font-size: 1.1em;
}

.carousel-control .glyphicon {
    font-size: 30px; /* Adjust size of carousel arrows */
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.carousel-control.left {
  background: rgba(255 255 255 / 0.5);
}

.carousel-control.right {
  background: rgba(255 255 255 / 0.5);
}

.serif-font {
    font-family: Georgia, serif; /* Simple serif font */
}
