#tech_container .bio_section .bg_wrap {
    background-image: linear-gradient(to bottom, #fff 30%, #EBF9FF 30%);
}

#tech_container .bio_section .img_wrap {
    max-width: 540px;
    margin: 0 auto;
    display: flex;
}

#tech_container .bio_section .bio_alert {
    margin-top: 100px;
}

#tech_container .bio_section .bio_alert .sub_text {
    font-size: 16px;
    color: #222;
    text-align: center;
}

#tech_container .bio_section .bio_alert .sub_text:not(:last-child) {
    margin-bottom: 24px;
}


@media screen and (max-width:1023px) {

    #tech_container .bio_section .img_wrap {
        max-width: 540px;
        padding: 0 76px;
    }

    #tech_container .bio_section .bio_alert {
        margin-top: 50px;
        padding: 0 16px;
    }

    #tech_container .bio_section .bio_alert .sub_text {
        font-size: 14px;
    }

    #tech_container .bio_section .bio_alert .sub_text:not(:last-child) {
        margin-bottom: 20px;
    }



}

@media screen and (max-width:767px) {}