.work-hours-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Two grid items per row */
    gap: 10px; /* Adjust as needed */
}

.work-hours-item {
    display: grid;
	grid-template-columns: 40% 60%;
    /*grid-template-columns: repeat(2, 1fr); *//* Two grid items per row */
    gap: 5px; /* Adjust as needed */
}


.work-hours {

}
.work-days
 {

}


.kunden-review { 
font-size: 20px !important;
    color: #201D52 !important;
    line-height: 1.8em;
	text-align:center;
}

.review-name { 
margin-top:15px;
  font-style: italic;
}


#kunden-reviews-wrapper {
    overflow: hidden;
}

