.log.keen-slider {
    overflow: visible !important;
}

@media (max-width: 992px) {
    .log.keen-slider {
        overflow: hidden !important;
    }
}


.log-slider {
    display: flex;
    background: #F4F2EB;
    overflow: hidden;
    justify-content: center;
    padding-top: 7.313rem;
    margin: 0 !important;
    padding-bottom: 7.313rem;
}

@media (max-width: 992px) {
    .log-slider {
        padding-top: 2.313rem;
        padding-bottom: 2.313rem;
    }
}

.page-id-1357 .log-slider {
    margin-top: -7.313rem;
    padding-top: 17.313rem;
}

.slider-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    z-index: 1;
    position: relative;
    max-width: 98.5rem;
    justify-content: center;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    width: 100%;
}

@media (max-width: 992px) {
    .slider-container {
        padding-left: 1.125rem;
        padding-right: 0;
    }

}

.slider-item {
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 1 / 0.8;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.keen-sliders {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

@media (max-width: 992px) {
    .keen-sliders {
        grid-template-columns: repeat(2, 1fr);
    }
}

.slider-item-cont {
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    transition: 0.3s;
    background-size: cover;
    background-position: center;
}

.slider-item-cont:hover {
    background: #F4A656;
}

.slider-item__content {
    color: #000;
    z-index: 2;
}

.slider-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.bi-title {
    font-family: "Serifa", sans-serif;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #3C393C;
}

.description {
    margin-top: auto;
}

button.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
