#content4 {
    background-color: #263C86;
    color: white;
    margin-top: -1px;
}

#content4 .section-1 {
    width: 100%;
    text-align: center;
}

#content4 .section-1 .map {
    width: 100%;
    max-width: 1600px;
}

#content4 h1 {
    font-size: 3rem;
    color: #F89C24;
}

#content4 h5 {
    font-style: italic;
    font-size: 2rem;
}

#content4 highlight {
    color: white;
    font-weight: bold;
}

#content4 .track h5 {
    font-size: 1rem;
    color: #F89C24;
}

#content4 .track .label {
    border-radius: 5px;
    padding: 5px 15px;
    margin: 15px 0px;
    font-size: 1rem;
    font-weight: bold;
}

#content4 .fas {
    margin: 0px 5px;
}

#content4 .pink {
    background-color: #FF14AB;
}

#content4 .purple {
    background-color: #A680FF;
}

#content4 .green {
    background-color: #00F573;
    color: #263C86
}

#content4 .orange {
    background-color: #FF542B;
}

#content4 .blue {
    background-color: #91F2FC;
    color: #263C86
}

#content4 .yellow {
    background-color: #D6DE24;
    color: #263C86
}

/* FOR LAPTOP SMALL SIZE */
@media screen and (max-width: 1320px) and (min-width: 1024px) {}

/* FOR TABLET DEVICE */

@media screen and (max-width: 1023px) and (min-width: 600px) {
    #content4 .track h5 {
        font-size: 0.8rem;
    }
}

/* FOR MOBILE DEVICE */

@media screen and (max-width: 600px) {
    #content4 {
        padding: 1rem !important;
    }

    #content4 .track h5 {
        font-size: 0.8rem;
    }
}