.mrs-review-box {
	background-color:#FFFFFF73;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mrs-text {
    font-size: 1.1em;
    margin-bottom: 15px;
	color: black;
}

.mrs-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.mrs-logo {
    width: 150px;
    height: 150px;
    object-fit: contain;
   
}

.mrs-name {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
	color: black;
}

/* Navigatiepijlen */
.swiper-button-prev,
.swiper-button-next {
    color: #FCE20C !important;
    transition: 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #FCE20C;
}
