/********* World Class ***********/
#world-class {
    text-align: center;
    margin : 5% auto;
}

h1 {
    font-size: 2.5rem;
}

.world-class-all-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin : 0 10% 5% 10%;
}

.world-class-cards img {
    width : 50%;
    height: 50%;
}

.world-class-cards {
    width : 20%;
}

.world-class-cards p {
    font-size: 80%;
}

/************ Our Story ***********/
#our-story {
    
    text-align: justify;
}

#our-story div{
    margin-right : 2%;
    margin-left : 2%;
}

#our-story img {
    height: auto; 
    width: auto; 
    max-width: 500px; 
    max-height: 500px;
}

@media (max-width : 1000px) {
    #our-story img{
        height: auto; 
        width: auto; 
        max-width: 250px;
        max-height: 250px;
    }
    .world-class-all-cards {
        flex-direction: column;
        margin:0 auto;
    }
}
