.module_disruptor_headline_mit_button {
    padding: 65px 0;
    background: #ff7529;
    position: relative;
    z-index: 0;
}

.module_disruptor_headline_mit_button .topline {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-family: 'Open-Sans Semi';
}

.module_disruptor_headline_mit_button .headline {
    text-align: center;
    border: none;
    padding: 0;
    background: #ff7529;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Open-Sans Bold';
}

.module_disruptor_headline_mit_button .buttons_wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.module_disruptor_headline_mit_button .left_button, .module_disruptor_headline_mit_button .right_button {
    background-color: #ff7529;
    height: 60px;
    width: 260px;
    border-radius: 10px;
    position: relative;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module_disruptor_headline_mit_button .left_button a, .module_disruptor_headline_mit_button .right_button a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .module_disruptor_headline_mit_button {
        padding: 115px 0;
        background: #ff7529;
    }

    .module_disruptor_headline_mit_button .topline {
        font-size: 25px;
    }
}