.s-internship-single {
    position: relative;
    padding-bottom: 61px;
    overflow: hidden;
    z-index: 1;
}


.internship_bg_left {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 658px;
    width: 100%;
    transform: translate(-34.5%, 3.5%);
    z-index: -1;
}

.internship_bg_right {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 658px;
    width: 100%;
    height: auto;
    transform: translate(26.5%, 46.5%);
    z-index: -1;
}

.internship_wrap {
    max-width: 1080px;
    width: 100%;
    margin: 39px auto 0;
    padding: 36px 38px;
    border-radius: 60px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.internship_headline {
    padding-bottom: 21px;
    border-bottom: 1px solid #00ADE6;
}

.internship_sub_title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: normal;
}

.internship_title {
    margin-bottom: 7px;
    font-size: 30px;
    line-height: 40px;
}

.internship_headline .link:hover {
    color: #291a40 !important;
}

.internship_sub_title {
    line-height: normal;
}

.internship_content h3 {
    font-size: 18px;
    line-height: 28px;
}

.internship_content h4 {
    margin-bottom: 21px;
    font-size: 18px;
    line-height: 24px;
}

.internship_content a {
    font-weight: 700;
}

.contact_form_col .gform_wrapper {
    width: 100%;
    padding-top: 7px;
}

.contact_form_col .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 20px;
}

#contact-form .gform_wrapper form .gfield.gfield--type-fileupload label {
    color: #000;
    visibility: visible;
}

.validation_message--hidden-on-empty,
.gform_validation_errors,
.gform_confirmation_wrapper,
#contact-form .gform_wrapper form .gfield.gfield--type-textarea label,
#contact-form .gform_wrapper form .gfield.gfield--type-fileupload label span,
#contact-form .gform_wrapper form .gfield.gfield--type-fileupload .gform_fileupload_rules {
    display: none !important;
}

.contact_form_col .gform_wrapper .gfield input:not([type="submit"]) {
    padding: 12px 25px 10px;
}

#contact-form form .gfield_error input:not([type="submit"]) {
    border: 1px solid #cc3333 !important;
}

#contact-form form .gfield_error .gfield_validation_message {
    display: flex;
    margin-top: 10px;
    column-gap: 10px;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #111827;
    background: transparent;
}

#contact-form form .gfield_error .gfield_validation_message::before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18.466" height="18.466" viewBox="0 0 18.466 18.466"%3E%3Cpath id="Icon_material-error" data-name="Icon material-error" d="M12.233,3a9.233,9.233,0,1,0,9.233,9.233A9.237,9.237,0,0,0,12.233,3Zm.923,13.85H11.31V15h1.847Zm0-3.693H11.31V7.617h1.847Z" transform="translate(-3 -3)" fill="%23c33"/%3E%3C/svg%3E');
}

#contact-form .gform_wrapper .gfield textarea {
    height: 140px;
    padding: 17px 25px 10px;
}

#contact-form .gform_wrapper form .gfield.gfield--type-fileupload input {
    min-height: auto;
    padding: 2px 3px;
    border: 0!important;
    background: transparent;
}

#contact-form .gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    justify-content: flex-end;
    margin: -21px 0 0;
    padding: 0;
}

#contact-form form .gform_footer input[type="submit"] {
    max-width: 188px;
    min-width: 188px;
}

.thankyou-container {
    width: 100%;
}

@media (min-width: 992px) {
    .s-internship-single {
        padding: 47px 0 80px;
    }

    .internship_wrap {
        margin-top: 68px;
        padding: 69px 7% 60px;
    }

    .internship_headline {
        padding-bottom: 37px;
    }

    .internship_sub_title {
        margin-bottom: 14px;
        font-size: 22px;
    }

    .internship_title {
        margin-bottom: 15px;
        font-size: 40px;
        line-height: 58px;
    }

    .internship_content {
        padding: 10px 0;
    }

    .internship_content h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .internship_content h4 {
        margin-bottom: 21px;
        font-size: 18px;
        line-height: 20px;
    }

    .internship_content h3 + h4 {
        padding-top: 27px;
    }

    .internship_content p + h4 {
        padding-top: 15px;
    }

    .internship_content p {
        margin-bottom: 24px;
    }

    .internship_content .wp-block-image {
        padding-top: 14px;
    }

    .internship_content ul {
        margin: 0 0 20px;
        padding: 1px 0;
    }

    .internship_content p + ul {
        margin: -23px 0 20px;
    }

    .internship_content ul li {
        margin-bottom: 0;
    }

    .s-contact-form::before {
        left: 43.7%;
    }

}

@media (max-width: 991px) {
    .internship_headline .link {
        font-size: 14px;
    }

    .internship_bg_left,
    .internship_bg_right {
        display: none;
    }

    #contact-form {
        padding-top: 21px;
    }

    .contact_form_col .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 14px;
    }

    #contact-form .gform_wrapper form .gfield.gfield--type-fileupload label {
        font-size: 14px;
    }

    #contact-form .gform_wrapper .gfield textarea {
        height: 180px;
    }

    #contact-form .gform_wrapper.gravity-theme .gform_footer {
        justify-content: flex-start;
    }

    #contact-form form .gform_footer input[type="submit"] {
        font-size: 16px;
        line-height: normal;
        padding: 10px;
    }
}