.carousel-item {
    font-size: 23px;
    padding: 0px 20px;
    text-align: center;
    box-sizing: border-box;
    cursor: grab;
    position: relative;
    max-height: 650px;
    overflow-wrap: break-word;
}

@media only screen and (max-width: 992px) {
    .carousel-item {
        padding: 0 20px 0 0!important;
    }

}

/* Контейнер с маркерами */
.owl-dots {
    text-align: center;
    margin-top: 10px;
}

/* Сам маркер
Здесь body в начале, чтобы заменить стили, которые указаны в самом плагине */
button.owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff !important;
    margin: 0 3px;
}

/* Активный маркер */
button.owl-dot.active {
    background: #ffd031 !important;
}


.carousel-item img {
    height: 650px;
    width: auto!important;
}

.mt-2 {
    margin-top: 25px!important;
}
