.wrapper {
    width: 100%; 
    height: auto; 
    overflow: hidden; 
    margin: 5px 10px;
}

.wrapper img {
    height: 250px; 
    width: 500px; 
    padding: 0em; 
    margin-top: 5%;
}

.owl-carousel .owl-item img {
    /* display: block;
    width: 6% !important; */
}

.team-bx img {
    width: 100%;
    height: 300px;
}

    
.item:hover.h5 {color: rgb(206, 226, 24);}


