h3.subtitle {
    margin-top: -40px;
    margin-bottom: 40px;
    color: #7e7e7e;
}

.item {
    height: 110%;
}

.owl-item {
    height: inherit;
}

.owl-stage {
    display: flex;
    flex-direction: row;
}

.item i {
    font-size: initial;
}

.item video,
.item img {
    width: 100%;
    min-height: auto;
}


/* .item a {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    min-width: fit-content;
} */

.owl-theme .owl-nav [class*='owl-']:hover,
.owl-theme .owl-nav [class*='owl-'] {
    background: transparent;
    border: none !important;
}

@media screen and (min-width: 770px) {
    .btn-styled {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 770px) {
    .mb-40 {
        margin-bottom: 30px !important;
    }
}