.module_two_column_with_headline_button {
    padding: 60px 0;
}

.module_two_column_with_headline_button.gray {
    background-color:#b3b3b3;
}

.module_two_column_with_headline_button.orange {
    background-color:#ff7529;
}

.module_two_column_with_headline_button {
    padding: 60px 0;
}

.module_two_column_with_headline_button .topline {
    color: #5f5653;
    text-align: center;
    font-family: "Open-Sans Semi";
    font-size: 25px;
     margin-bottom:15px;
}

.module_two_column_with_headline_button .header {
    padding: 0;
    font-size: 38px;
    text-align: center;
    font-family: 'Open-Sans Bold';
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.2;
}

.module_two_column_with_headline_button.white .headline {
    color: #000;
}

.module_two_column_with_headline_button .headline {
    color: #fff;
    margin: 0 0 15px 0;
}
@media only screen and (min-width: 1200px) {
    .module_two_column_with_headline_button .headline {
        margin-bottom: 70px;
    }
}

.module_two_column_with_headline_button .header_text {
    color: #fff;
    font-family: "Open-Sans", sans-serif;
}

.module_two_column_with_headline_button.white .header_text{
    color:#b3b3b3;
}

@media (max-width:991px) {
.module_two_column_with_headline_button.white .header_text{
    margin-bottom:25px;
}
}

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

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

.module_two_column_with_headline_button .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_two_column_with_headline_button .button_cta {
    margin-top: 80px;
}

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

.module_two_column_with_headline_button.white .button_cta a {
    border: 2px solid #b3b3b3;
    color: #b3b3b3;
}

.module_two_column_with_headline_button.orange .button_cta a:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #ff7529;
    border-radius:10px;
}

.module_two_column_with_headline_button.white .button_cta a:hover {
    background-color: #ff7529;
    border: 2px solid #ff7529;
    color: #fff;
    border-radius:10px;
}

.module_two_column_with_headline_button.gray .button_cta a:hover {
    background-color: #ff7529;
    border: 2px solid #ff7529;
    color: #fff;
    border-radius:10px;
}

.module_two_column_with_headline_button .button_cta svg {
    margin-left: 15px;
}

.module_two_column_with_headline_button .button_wrapper .button_cta:last-of-type {
    margin-top: 25px;
}

.module_two_column_with_headline_button .outside_wrapper {
    padding: 0 15px;
}

@media only screen and (min-width: 768px) {
    .module_two_column_with_headline_button {
        padding: 120px 0;
    }

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

    .module_two_column_with_headline_button .header_text {
        column-count: 2;
        column-gap: 45px;
    }
    .module_two_column_with_headline_button .header_text.one_col {
        column-count: 1;
        column-gap: 0;
    }

    .module_two_column_with_headline_button .button_wrapper {
        display: flex;
        gap: 50px;
        align-items: flex-end;
    }

    .module_two_column_with_headline_button .header_text ul li {
        align-items: center;
        justify-content: flex-start;
    }

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

    .module_two_column_with_headline_button .outside_wrapper {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .module_two_column_with_headline_button .header_text ul li {
        align-items: baseline;
    }
}


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

    .module_two_column_with_headline_button .outside_wrapper {
        padding: 0;
    }

    .module_two_column_with_headline_button .header {
        font-size: 70px;
    }
}

@media screen and (min-width: 1400px) {
        .module_two_column_with_headline_button {
            padding: 120px 60px;
        }
}