

/* what section left menu */
#what .items {
    display: block;
    padding: 1rem;
}
#what .items .item {
    display: flex;
    text-align: left;
}
#what .items .item i {
    margin-right: 1.3rem;
    align-self: center;
    margin-bottom: 0;
}





/* For smart phone */
@media(max-width:500px ) {
    .l-heading {
        font-size: 3rem;
    }
    .lead {
        font-size: 1rem
    }
    #navbar {
        flex-direction: column;
        align-items: center;
    }
    #navbar .logo {
        margin-bottom: 0.5rem;
        text-align: center;
    }
    #navbar ul {
        padding: 0.5rem;
    }
    #showcase .showcase-content { 
        top:140px;
        margin-top:-2rem;
    }
    /* Who Section */
    #who {
        display: block;
    }
    #who .who-img {
        display: none;
    }
    /* Client */
    #our .items img {
        width:80%;
    }
    #our .items div:last-child {
        display: none;
    }
    #contact {
        flex-direction: column;
    }
 
}