.reviews-section {
   text-align: center;
   padding: 40px;
   background: #f8f9fa;
}

.reviews-title {
   font-size: 28px;
   font-weight: bold;
   color: #333;
   margin-bottom: 20px;
}

.custom-player {
   width: 100%;
   max-width: 800px;
   border-radius: 12px;
   outline: none;
   background: white; /* или другой цвет */
}

/* Кастомные стили для управления (если потребуется) */
.custom-player::-webkit-media-controls-panel {
   background: #1a73e8;
   border-radius: 0 0 12px 12px;
}
