.google-review {
    padding: 50px 0;
}

.google-review .carousel-inner {
    border-radius: 10px;
    padding: 20px;
}

.carousel-indicators button {
    width: 5px !important;
    height: 5px !important;
    border-radius: 50%;
    background-color: var(--background-color) !important;
}

.carousel-control-prev,
.carousel-control-next {
    color: var(--background-color) !important;
}