.clientreview{
    width:80%;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
    margin: 0 auto;
    height:300px;                                                                                                                                                                                                                                                                                                            
    padding: 10px;
    display: flex !important;
   /* justify-content: space-between; */ 
   justify-content: space-evenly;
    margin-bottom: 20px; 
}
.child-div{
    width: 18%;
    height: 100%;
}
.child-image{
    height: 30%;
    width: 100%;
    border :3px dashed red;
    padding:5px ;
}
.child-image img{
    height: 100%;
    width: 100%;
}
.child-content{
    text-align: center;
    padding: 10px;
    height: 70%;
    width: 100%;
}
    
.child-content h1{
    color: #004786;
}
.child-content h6,h4{
    color: #6f6f6f;
}
@media only screen and (min-width: 320px) and (max-width: 480px) { 
    .clientreview{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        height: auto;
     }
     .child-div{
        margin-top: 30px;
        width: 45%;    
        height: 200px;
     }
     .child-image{
       width: 100%;
     }

     .child-image img{
        width: 100%;
    }

}
@media only screen and (min-width: 481px) and (max-width: 720px) { 
    .clientreview{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        height: auto;
     }

     .child-div{
        margin-top: 30px;
        width: 45%;    
        height: 200px;
     }

}
