#overseasInternshipSection01{
    height: 720px;
    padding-top: 38px;
}

#overseasInternshipSection01 h4{
    height: 125px;
    width: 1177px;
    margin: 0 auto;
    padding-left: 138px;
    line-height: 125px;
    font-size: 46px;
    font-weight: 700;
    color: #2379B8;
    position: relative;
    margin-bottom: 31px;
}

#overseasInternshipSection01 h4::before{
    content: "";
    position: absolute;
    width: 105px;
    height: 125px;
    left: 0;
    background: url("../images/overseas-internship-ico-01.png") no-repeat;
    background-size: 105px 125px;    
}

#overseasInternshipSection01 .ois1-content{
    height: 507px;
    width: 1208px;
    margin: 0 auto;
    padding-right: 578px;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #2379B8;
    line-height: 36px;
    padding-top: 85px;
}

#overseasInternshipSection01 .ois1-content::before{
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    width: 539px;
    height: 507px;
    background: url("../images/Webp/overseas-internship-ico-02.webp") no-repeat;
    background-size: 539px 507px;    
}

#overseasInternshipSection01 .ois1-content p{
    margin-bottom: 38px;
}

#overseasInternshipSection01 h4 br{
    display: none;
}

@media (max-width: 1902.98px) { 
    
}

/* large desktops more than 1200px*/
@media (max-width: 1399.98px) {   
    #overseasInternshipSection01 .ois1-content{
        width: 1200px;
        font-size: 19px;
    }
}

/* desktop more than 992px */
@media (max-width: 1199.98px) { 
    #overseasInternshipSection01 h4{
        font-size: 37px;
        width: calc(100vw - 20px);
    }

    #overseasInternshipSection01 .ois1-content::before{
        width: 450px;
        height: 423px;
        background-size: 450px 423px;
    }

    #overseasInternshipSection01 .ois1-content{
        padding-right: 460px;
        padding-top: 17px;
    }

    #overseasInternshipSection01 .ois1-content p br{
        display: block;
    }

    #overseasInternshipSection01 .ois1-content{
        width: 992px;
        font-size: 19px;
    }
}

/* tablets more than 768px */
@media (max-width: 991.98px) {  
    #overseasInternshipSection01 h4::before{
        width: 85px;
        height: 101px;
        background-size: 85px 101px;
        top: 20px;
    }

    #overseasInternshipSection01 h4{
        padding-left: 100px;
        font-size: 29px;
        width: calc(100vw - 20px);
    }

    #overseasInternshipSection01{
        padding-top: 0;
    }

    #overseasInternshipSection01 .ois1-content::before{
        width: 350px;
        height: 274px;
        background-size: 350px 274px;
        top: 280px;
        right: unset;
        left: 50%;
        margin-left: -175px;
    }

    #overseasInternshipSection01 .ois1-content{
        height: 580px;
        padding-right: 0;
        padding-top: 0;
        width: auto;
    }

    #overseasInternshipSection01 .ois1-content p br{
        display: none;
    }

    #overseasInternshipSection01{
        height: 720px;
    }

    #overseasInternshipSection01 .ois1-content p{
        margin-bottom: 10px;
    }

    #overseasInternshipSection01 h4 br{
        display: none;
    }
}

/* landscape phones more than 576px */
@media (max-width: 767.98px) {   
    #overseasInternshipSection01{
        padding-top: 40px;
    } 

    #overseasInternshipSection01 h4::before{
        content: none;
    }

    #overseasInternshipSection01 h4 br{
        display: block;
    }

    #overseasInternshipSection01 h4{
        padding-left: 0;
        line-height: 45px;
        text-align: center;
        position: relative;
    }

    #overseasInternshipSection01 h4::after{
        content:"";
        width: 240px;
        height: 1px;
        background-color: #1A7BA5;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -120px;
    }

    #overseasInternshipSection01 .ois1-content{
        padding: 0 20px;
    }
}

/* portrait phones less than 576px */
@media (max-width: 575.98px) {    
    #overseasInternshipSection01 h4{
        font-size: 22px;
    }

    #overseasInternshipSection01 .ois1-content p{
        font-size: 15px;
    }

    #overseasInternshipSection01 .ois1-content::before{
        top: 321px;
    }

    #overseasInternshipSection01 .ois1-content{
        height: 608px;
        padding: 0 11px;
    }

    #overseasInternshipSection01{
        height: 800px;
    }
}

