.owl-item {
    position: relative;
}

.img-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #172636;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

.owl-item .cover {
    width: 100%;
    height: 100vh;
    background: linear-gradient(
        rgba(49, 21, 18, 0),
        rgba(49, 21, 18, 0.5),
        #172636
    );
}

.text-big {
    font-size: 58px;
    font-size: bold;
}

.text-big-2 {
    font-size: 42px;
}

.text-big-3 {
    font-size: 22px;
}

@media (max-width: 768px) {
    .get-started-btn2 {
        margin: 0px;
    }
    .counts .content-new {
        margin-right: 0px !important;
    }
    .counts .section-title p {
        font-size: 58px;
    }
}

/*-- CARD -- */
figure.overlay img {
    opacity: 1;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    position: relative;
}
