.section-intro {
    padding: 0;
}

.section-intro__background {
    min-height: 848px;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 30px;
}

.section-intro__background:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-intro__content {
    color: #fff;
    position: relative;
    z-index: 998;
    padding: 0 120px;
}

.section-intro img {
    margin-bottom: 20px;
}

.section-intro h1 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.section-intro__content p {
    font-size: 18px;
}

.section-intro__content .btn {
    margin-top: 45px;
}

.section-intro .owl-nav button {
    width: 60px;
    height: 60px;
    box-shadow: 0 15px 55px 0 rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease-out 0s;
    background: #fff !important;
}

.section-intro .owl-nav button:hover {
    box-shadow: 0 15px 55px 0 rgba(0, 0, 0, 0.32);
}

.section-intro .owl-nav button span {
    font-size: 34px;
    color: #979797;
    text-align: center;
}

.section-intro .owl-nav .owl-prev {
    left: 30px;
}

.section-intro .owl-dots {
    display: none;
}

.section-intro .owl-nav .owl-next {
    right: 30px;
}

@media (max-width: 1367px) {
    .section-intro__background {
        min-height: 650px;
    }

    .section-intro img {
        margin-bottom: 20px;
        width: auto;
        max-height: 190px;
    }
}

@media (max-width: 992px) {
    .section-intro__background {
        min-height: 450px;
    }

    .section-intro img {
        max-height: 125px;
    }

    .section-intro h1 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .section-intro {
        padding: 0;
    }


    .section-intro__content {
        padding: 0 30px;
    }

    .section-about.has-pattern .container:before {
        display: none;
    }

    .section-intro .owl-nav button {
        width: 30px;
        height: 30px;
        box-shadow: 0 15px 55px 0 rgba(0, 0, 0, 0.16);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: all 300ms ease-out 0s;
        background: #fff !important;
    }

    .section-intro .owl-nav button span {
        font-size: 14px;
    }

    .section-intro .owl-nav .owl-prev {
        left: 15px;
    }

    .section-intro .owl-nav .owl-next {
        right: 15px;
    }
}

@media (max-width: 576px) {
    .section-intro__background {
        min-height: 350px;
    }

    .section-intro img {
        max-height: 90px;
    }

    .section-intro h1 {
        font-size: 22px;
    }
}