.list-carousel1-section {
    background-color: #E2E2E2;
}

.list-carousel1-owl .owl-item {
    text-align: center;
}

.list-carousel1-img-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.list-carousel1-img {
    vertical-align: bottom;
    border: 0;
    transition: transform 0.3s ease;
}

.list-carousel1-item:hover .list-carousel1-img {
    transform: scale(1.05);
}

.list-carousel1-label {
    display: block;
    line-height: 1.4;
}

.list-carousel1-owl .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.15) !important;
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    line-height: 1 !important;
    transition: background 0.2s ease;
}

.list-carousel1-owl .owl-nav button:hover {
    background: rgba(0, 0, 0, 0.35) !important;
}

.list-carousel1-owl .owl-nav .owl-prev {
    left: -18px;
}

.list-carousel1-owl .owl-nav .owl-next {
    right: -18px;
}

.list-carousel1-owl .owl-dots {
    margin-top: 16px;
}