.ewinjin{
    /* display: flex; */
    /* flex-wrap: wrap; */
  
    align-items: center;
    justify-content: center;
}
.bod-section{
    margin-top:10px; 
    margin-bottom:40px;
    background: ghostwhite;
    padding-top: 30px;
}
.row-bod{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.row-bod div {
    width: 200px;
}
.img-p-fluid{
    width: 100%;
    max-height: 200px;
    overflow: hidden;
}

@media (max-width: 480px) {
    .row-bod div {
        width: 300px;
    }
}