#content3 {
    background-color: #263C86;
    color: white;
    margin-top: -1px;
}

#content3 h5 {
    font-style: italic;
    font-size: 2rem;
}

#content3 h1 {
    font-size: 3rem;
    color: #F89C24;
}

#content3 span {
    font-size: 1.2rem;
}

#content3 img {
    width: 450px;
    position: absolute;
    top: 0;
    right: 0;
}

#content3 .section-1 {
    height: 250px;
}

#content3 highlight {
    color: white;
    font-weight: bold;
}

#content3 h4 {
    color: #F89C24;
    font-size: 1.8rem;
    font-weight: bold;
}

#content3 .section-2 p {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

/* FOR LAPTOP SMALL SIZE */
@media screen and (max-width: 1320px) and (min-width: 1024px) {
    #content3 .section-1{
        height: 300px;
    }
}

/* FOR TABLET DEVICE */

@media screen and (max-width: 1023px) and (min-width: 600px) {
    #content3 .section-1 {
        height: 550px;
        position:relative;
    }

    #content3 img{
        width: 450px;
        top: -150px;
        left: 35%;
    }
}

/* FOR MOBILE DEVICE */

@media screen and (max-width: 600px) {
    #content3{
        padding:1rem !important;
    }

    #content3 h1{
        margin-bottom: 50px;;
    }

    #content3 .section-1{
        margin-bottom: 300px;
    }

    #content3 img{
        width: 350px;
        right: calc(50% - 175px);
    }
}