.topBanner{
    background: #f4f4f4 url(../images/About-scooter.jpg) no-repeat center;
    background-size: cover;
}
.upside p, branches p, .dis p, .track p, .barSys p{
    font-size: 1.2rem
}
/* Styling "Why Pan Egypt" section */
.upside{
    list-style: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.upside img{
    width: 100%;
    border: 2px solid #E41E26;
}
.upside h3{
    color: #E41E26;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.5em 0 0.5em 0;
}
.upside p{
    margin-bottom: 2em;
}
/* Styling "Our Branches" section */
.branches{
    background: url(../images/Map-our-branchesBG.jpg) no-repeat right;
    background-size: cover;
    text-align: center;
    padding-bottom: 2em;
}
.branches img{
    display: none;
}
.branches h2{
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 1em 0;
    color: #E41E26;
}

.branches li{
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0.5em;
    list-style: none;
}
/* Distribution Tools section */
.dis h2{
    text-transform: uppercase;
}
.dis p{
    max-width: 90%;
}
/* Tracking System section */
.track{
    background: url(../images/Tracking-system-overlay.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 2em 1.5em 4em 1.5em;
    line-height: 2rem;
}
/* Barcode & Security system section */
.barSys{
    width: 80%;
    margin: 1.5em auto;
}
.barSys img{
    display: none;
}
.barSys h3{
    font-size: 2rem;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-weight: 600;
}
.barSys p{
    max-width: 600px;
    margin-bottom: 3em;
}


@media screen and (min-width: 800px){
/* Styling "Why Pan Egypt" section for desktop */
    .upside li{
        display: flex;
        margin: 1.5em 0;
        align-items: center
    }
    .upside img{
        width: 7.5rem;
        height: 7.5rem;
        border-radius: 500rem;
        margin-right: 3em;
    }
    .upside .content{
        border-left: 8px solid #E8EFF7;
        padding: 0 3em;
    }
/* Styling "Our Branches" section for desktop */
    .branches img{
        display: block;
        width: 50%;
    }
    .branches{
        background: white;
        display: flex;
        justify-content: space-between;
        margin: 10em 0 5em 0;
        padding: 0;
    }
    .branches .content{
        width: 100%;
    }
/* Distribution Tools section */
    .dis{
        margin-bottom: 5em;
    }
/* Barcode & Security system section */
    .barSys{
        margin: 10em auto;
    }
    
    .barSys img{
        display: block;
        width: 15em;
        height: 15em;
        border: 2px solid #E41E26;
        border-radius: 100rem;
        margin: -2em 2em 0 2em;
        
    }
    .barcode{
        display: flex;
        justify-content: space-around
    }
    .barcode img{
        order: 1
    }
    .security{
        display: flex;
        justify-content: space-around;
        margin-top: 4em;
    }
    
    
}


