#content2 {
    background-color: #263C86;
    color: white;
}

#content2 .container-ship {
    width: 1000px;
    position: absolute;
    top: 10%;
    right: 0px;
}

#content2 h5 {
    font-style: italic;
    font-size: 2rem;
}

#content2 h1 {
    font-size: 5rem;
    color: #F89C24;
}

#content2 span {
    font-size: 1.2rem;
}

#content2 highlight {
    color: #F89C24;
    font-weight: bold;
}

/* FOR LAPTOP SMALL SIZE */
@media screen and (max-width: 1320px) and (min-width: 1024px) {
    #content2 .container-ship {
        width: 600px;
    }
}

/* FOR TABLET DEVICE */

@media screen and (max-width: 1023px) and (min-width: 600px) {
    #content2 .container-ship {
        width: 600px;
        display: none;
    }
}

/* FOR MOBILE DEVICE */

@media screen and (max-width: 600px) {
    #content2{
        padding: 1rem !important;
        text-align: justify;
    }
}