.module_career_image_iframe {
    width: 100%;
    overflow: hidden;
    margin:50px 0;
    background-color: #003399;
}

.module_career_image_iframe .container {
    padding-left: 0;
    /*width: auto;*/
    background-color: #003399;
}

@media (min-width:768px) {
    .module_career_image_iframe .container {
        width: 100% !important;
    }
}

@media (min-width:992px) {
    .module_career_image_iframe .container {
        width: 945px !important;
    }
}

@media (min-width: 1200px) {
    .module_career_image_iframe .container {
        width: 1066px !important;
    }
}

@media (min-width: 1440px) {
    .module_career_image_iframe .container {
        width: 1202px !important;
    }
}

.module_career_image_iframe .image_text_container {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.module_career_image_iframe .image-column {
    /*overflow: hidden;*/
    background-color: transparent;
    display: none;
    padding: 0;
    position: relative;
}

@media (min-width:992px) {
    .module_career_image_iframe .image-column {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
}

.module_career_image_iframe .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.module_career_image_iframe .content-column {
    padding: 4.4rem 0;
    background-color: #003399;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

@media (min-width:768px) {
    .module_career_image_iframe .content-column {
        padding: 5rem 150px;
    }
}

@media (min-width:992px) {
    .module_career_image_iframe .content-column {
        padding:65px 60px 65px 0;
    }
}

@media (min-width:1200px) {
    .module_career_image_iframe .content-column {
        padding: 5rem 50px 5rem 0;
    }
}

@media (min-width:1440px) {
    .module_career_image_iframe .content-column {
        padding: 4.5rem 60px 4.5rem 0;
    }
}

.module_career_image_iframe .headline {
    margin-bottom: 30px;
    font-size: 38px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    letter-spacing: -0.0416667em;
}

@media(max-width:767px) {
    .module_career_image_iframe .headline {
        padding:0 60px;
    }
}

@media (min-width:768px) {
    .module_career_image_iframe .headline {
        font-size: 50px;
        margin-bottom:40px;
    }
}

@media (min-width:992px) {
    .module_career_image_iframe .headline {
        font-size: 62px;
        margin-bottom: 30px;
        text-align: left;
    }
}

@media (min-width:1200px) {
    .module_career_image_iframe .headline {
        margin-bottom: 25px;
    }
}

@media (min-width:1440px) {
    .module_career_image_iframe .headline {
        font-size: 64px;
        margin-bottom: 30px;
    }
}

.module_career_image_iframe  p{
    margin-bottom:0 !important;
}

.module_career_image_iframe .bodytext {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.3px;
}

@media(max-width:767px) {
    .module_career_image_iframe .bodytext {
        padding:0 60px;
    }
}

@media (min-width:992px) {
    .module_career_image_iframe .bodytext {
        text-align: left;
    }
}

@media (min-width:1200px) {
    .module_career_image_iframe .bodytext {
        margin-bottom: 15px;
    }
}

.module_career_image_iframe .iframe-wrapper {
    margin: 30px 0px 0 0px;
    width:100%;
    display: flex;
    justify-content: center;
}

@media (min-width:768px) {
    .module_career_image_iframe .iframe-wrapper {
         margin:40px 0 0 0;
    }
}

@media (min-width:992px) {
    .module_career_image_iframe .iframe-wrapper {
        padding:0;
        justify-content: start;
        margin:60px 0 0 0;
    }
}

@media (min-width:1200px) {
    .module_career_image_iframe .iframe-wrapper {
        margin-top:40px;
    }
}

.module_career_image_iframe .iframe-wrapper iframe {
    max-width: 100%;
    border: none;
}