.module_headline_with_two_columns {
    padding: 80px 15px;
    position: relative;
    z-index: 0;
}

.module_headline_with_two_columns .topline {
    text-align: center;
    color: #716967;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Open-Sans Semi';
}

.module_headline_with_two_columns .header {
    color: #000;
    padding: 0;
    text-align: center;
    font-weight: 600;
    border: none;
    margin-bottom: 15px;
    font-size: 38px;
    font-family: 'Open-Sans Bold';
    line-height: 1.2;
}

.module_headline_with_two_columns .header_text {
    padding: 0;
    font-size: 14px;
    font-family: 'Open Sans';
    color: #b3b3b3;
}

.module_headline_with_two_columns .header_text ul {
    padding-inline-start: 0;
    list-style: none;
}

.module_headline_with_two_columns .header_text ul li {
    display: flex;
    flex-direction: row;
}

.module_headline_with_two_columns .header_text ul li::before {
    content: '';
    background-image: url("../../Images/checkmark.png");
    color: #749483;
    max-width: 20px;
    width: 100%;
    background-repeat: no-repeat;
    height: 12px;
    margin-right: 10px;
    margin-top:5px;
}

.module_headline_with_two_columns .buttons_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 35px;
    padding: 0;
}

.module_headline_with_two_columns .button_cta {
    font-size: 16px;
    font-family: 'Open-Sans';
    text-transform: uppercase;
    border: 2px solid #b3b3b3;
    min-width: 260px;
    width: 260px;
    display: flex;
    justify-content: center;
    /*padding: 15px 0;*/
    border-radius: 10px;
    text-decoration: none;
    color: #b3b3b3;
}

.module_headline_with_two_columns .button_cta:hover {
    background-color: #ff7529;
    border: 2px solid #ff7529;
    color: #fff;
}

.module_headline_with_two_columns .button_cta:hover a {
    color: #fff;
}

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

.module_headline_with_two_columns .button_cta a:hover, .module_headline_with_two_columns .button_cta a:hover  {
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .module_headline_with_two_columns {
        padding: 130px 15px;
    }

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

    .module_headline_with_two_columns .header {
        font-size: 55px;
        margin-bottom: 15px;
    }

    .module_headline_with_two_columns .header_text {
        column-count: 2;
        column-gap: 45px;
        font-size: 18px;
    }

    .module_headline_with_two_columns .buttons_wrap {
        display: flex;
        flex-direction: row;
        gap: 20px;
        margin-top: 80px;
    }
    .module_headline_with_two_columns .header_text ul li {
        align-items: center;
    }

    .module_headline_with_two_columns .header_text ul li::before {
        margin-top:0;
    }
}

@media only screen and (min-width: 1200px) {

    .module_headline_with_two_columns .header {
        font-size: 70px;
        margin-bottom: 70px;
    }
}