.org_cta {
    display: flex;
    justify-content: center;
    align-items: center;
}
.org_cta_head_left {
    display: flex;
    width: 35%;
    justify-content: center;
    margin-right: 8px;
}
.org_cta_head_left .img-size {
    width: 320px;
}
.org_cta_head_right {
    display: flex;
    width: 35%;
    justify-content: center;
    margin-left: 8px;
    flex-wrap: wrap;
}
.org_cta_text {
    width: 100%;
    width: 60%;
}
.org_cta_text.gold{
    width: 100%;
}
.org_cta_text2 {
    width: 70%;
}
.org_cta_text2 .yellow {
    background-color: #fdb92d;
}
.org_cta_head_right p {
    width: 100%;
}
.org_cta_head_right .button {
    width: 100%;
    margin-top: 24px;
}
.org_cta_head_right .button a {
    color: #FFFFFF!important;
}
.title_stecker{
    display: inline-block; 
    position: absolute; 
    top: 0; 
    left: 0px; 
    margin: 0; 
    padding: 2px 0; 
    z-index: 2; 
    width: 125px; 
    text-align: center; 
    font-size: 1rem; 
    background-color: #fdb92d;
    border-radius: 0 0 16px 0;
    color: unset;
}
.title_wrapper {
    text-align: center; 
    width: 100%!important; 
    background-color: #00175A; 
    color: #FFFFFF; 
    border: none; 
    font-size: 1.4rem; 
    height: 88px; 
    vertical-align: center; 
    padding-top: 18px; 
    line-height: 1.2em;
    position: relative;
}
.title_wrapper_oneline {
    text-align: center; 
    width: 100%!important; 
    background-color: #00175A; 
    color: #FFFFFF; 
    border: none; 
    font-size: 2.7rem; 
    height: 88px; 
    vertical-align: center; 
    padding-top: 18px; 
    line-height: 1.2em;
    position: relative; 
}
.title_wrapper2 {
    text-align: center; 
    width: 100%!important; 
    background-color: #00175A; 
    color: #FFFFFF; 
    border: none; 
    font-size: 1.4rem; 
    height: 88px; 
    vertical-align: center; 
    padding-top: 0;
    line-height: 1.2em;
    position: relative;
    display: flex;
}
.org_cta_sub {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.org_cta_sub_header{
    width: 100%;
}
.org_cta_sub_wrapper {
    width: 70%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.org_cta_sub_left {
    display: flex;
    width: 30%;
    justify-content: center;
    align-items: center;
    height: 100px;
    /* margin-right: 8px; */
    border: 1px solid #00175A;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.org_cta_sub_left_pad {
    display: flex;
    width: 30%;
    justify-content: center;
    align-items: center;
    /*height: 100px;*/
    /* margin-right: 8px; */
    border: 1px solid #00175A;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
}

.text_v_pad {
    padding-top: 24px;
}

.org_cta_sub_left img {
    height: 80px;
    margin: 0 24px;
}
.org_cta_sub_right {
    /* margin-left: 8px; */
    display: flex;
    width: 70%;
    justify-content: center;
    align-items: center;
    height: 100px;
    border: 1px solid #00175A;
    text-align: center;
    flex-direction: column;
}

.org_cta_sub_right_pad {
    /* margin-left: 8px; */
    display: flex;
    width: 70%;
    justify-content: center;
    align-items: center;
    /*height: 100px;*/
    border: 1px solid #00175A;
    text-align: center;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
}

.height150 {
    height: 150px;
}

.title_wrapper2 .org_cta_sub_left{
    height: 88px;
    justify-content: flex-end;
    width: 20%;
    font-size: 44px;
}
.title_wrapper2 .org_cta_sub_right{
    height: 88px;
    line-height: 2em;
    flex-direction: column;
}

.title_wrapper2 .org_cta_sub_right .yellow-big {
    font-size: 56px;
    font-weight: bold;
    color: #fdb92d;
    display: contents;
}

.title_wrapper2 .org_cta_sub_right .yellow {
    color: #fdb92d;
    display: contents;
}
.bottom_wrapper2 {
    display: flex;
    justify-content: space-around;
    border: 1px solid #00175A;
    flex-wrap: wrap;
    padding: 0 12px;
}
.bottom_wrapper2_image {

}
.bottom_wrapper2 .img {
    width: 90px;
    margin: 12px;
    /* padding: 12px; */
}
._link_span a {
    text-decoration: solid;
}
@media screen and (max-width: 767px) {
    .org_cta_head_left{
        width: 35%;
    }
    .org_cta_head_right {
        width: 65%;
    }
    .org_cta_text {
        width: 100%;
    }
    .org_cta_head_right .button {
        margin-top: 4px;
    }
    .org_cta_sub_wrapper {
        width: 98%;
    }
    .title_wrapper {
        height: 104px;
        padding-top: 28px;
        font-size: 1.3rem;
    }
    .org_cta_sub_left img {
        margin: 0 4px;
    }
    .org_cta_sub_left {
        width: 40%;
        height: 128px;
    }
    .org_cta_sub_right {
        width: 60%;
        height: 128px;
    }
    .title_wrapper2 {
        height: 140px;
    }
    .title_wrapper2 .org_cta_sub_left {
        width: 10%;
        font-size: 32px;
    }
    .title_wrapper2 .org_cta_sub_right {
        width: 90%;
    }
    .bottom_wrapper2 .img {
        width: 80px;
    }
    .height150 {
        height: 300px!important;
    }
    .org_cta_sub_right_pad {
        padding-left: 8px;
        padding-right: 8px;
    }
}