
.highlight-carousel-wrapper {
    margin-top: -2rem; 
    margin-bottom: 1rem;
}

.highlight-slide {
    display: flex;
    align-items: center;
    padding: 0rem;
    background-color: #fae7c9;
    backdrop-filter: blur(10px);
    border-radius: 15px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    min-height: 100px;
    width: 100%;
}

.highlight-number {
    font-size: 3rem;
    font-weight: bold;
    color: #4a7c59;
    margin-right: 1rem; /* Уменьшено расстояние в 2 раза */
    flex-shrink: 0;
    line-height: 1;
    text-align: right;
}

.highlight-text {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #333;
    text-align: left;
}


.carousel-slide.highlight-slide-item {
    flex: 0 0 100%;
    padding: 0 15px;
}