.d-indo-section {
    margin: 50px 0 0;
    border-bottom: 1px solid #c8c7c7;
    padding-bottom: 60px;
}

.d-indo-section h4 {
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 18px;
}

.d-info-item-title {
    font-size: 19px;
    margin: 0 0 10px;
}

a.d-info-item-btn {
    display: block;
    border: 1px solid #737477;
    text-align: center;
    color: #040202;
    font-size: 18px;
    padding: 10px 0;
}
.d-info-item-img {
    height: 0;
    padding-bottom: 79%;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}
.section {
    min-height: 100vh;
    padding: 40px 0;
}
.owl-nav button {
    background: url(/ikon.png);
    font-size: 0;
    width: 33px;
    height: 29px;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    outline: none !important;
}

.owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
}

button.owl-prev {
    transform: rotate(180deg);
    margin-right: 8px;
}

.section-one__detailed {
    float: none !important;
}

@media (max-width: 576px) {
    .section {
        padding: 20px 0;
    }
    .background-one-1 .h2-sample {
        font-size: 38px;
    }
}