.tabs {
    background-color: #0C324A;
    color: #fff;
    text-align: center;
    padding: 64px 0;
}

.tabs .container {
    max-width: 760px;
}

.tabs h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 25px;
}

.tabs p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.tabs hr {
    margin: 20px 0;
    opacity: 1;
}

.tabs__nav {
    margin-top: -57px;
    position: relative;
    z-index: 9999999;
    /*pointer-events: none;*/
}

.tabs__headline {
    padding: 24px 0;
    z-index: 100000;
}

.tabs__nav-overlay {
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.tabs__hover {
    cursor: default;
}

@media (max-width: 992px) {
    .tabs__headline--active {
        padding: 0;
    }

    .tabs__headline--active .container {
        padding: 0;
    }

    .tabs__headline--active .tabs__btn {
        width: 50vw;
        border-radius: 0 !important;
    }
}

.tabs__headline .btn {
    border-radius: 6px;
    min-width: 165px;
	display:none !important;
}

.tabs__btn {
    box-shadow: 0 4px 4px 0 #0000003D;
    color: #fff !important;
    background-color: #869DAB !important;
    border-color: #869DAB !important;
    position: relative;
    z-index: 10;
}

.tabs__btn--active {
    background-color: #0C324A !important;
    border-color: #0C324A !important;
}

@media (min-width: 992px) {
    .tabs {
        padding: 92px 0;
    }
    .tabs h2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 34px;
    }

    .tabs p {
        font-size: 21px;
        line-height: 28px;
    }

    .tabs__nav {
        margin-top: 30px;
    }

    .tabs__headline .container {
        max-width: 1258px;
    }

    .tabs__headline {
        margin-top: -50px;
        padding: 12px 0;
    }

    .tabs__headline--active {
        box-shadow: 0 10px 13px -3px #00000021;
    }

    .tabs__headline .btn {
        font-size: 36px;
        line-height: 1;
        padding: 10px 40px;
        min-width: 25%;
        font-weight: 700;
    }

    .tabs__body {
        padding-top: 118px;
    }
}