.testim_flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.testim_box{
    width:25%;
    
    background-color:white;
    border-radius:50px;
    margin:20px;
    overflow: auto;
       /* background-image: url(/photo/iconbcg1.png);*/
    background-size: cover;
}
.testim_box img{ opacity: 0.6;}

.testim_box:hover{
    
        box-shadow: 0 19px 39px rgba(51,48,91,.1), 0 9px 13px rgba(0,0,0,.05);
        transform: translateY(-4px);
        transition: 0.5s;
}

.testim_bb{
       /* height: 33px;
    background: rgb(119,200,238);
    background: linear-gradient(90deg, rgba(119,200,238,1) 0%, rgba(153,150,253,1) 100%);
    */
    display: none;}

@media screen and (min-width: 0px) and (max-width: 600px) {
    .testim_flex{flex-direction: column;}
    .testim_box{ width:90%;}
}