.serv_wrap{display:flex;flex-wrap:wrap;justify-content:space-between}.serv_item{background:#000;border-radius:20px;margin:10px;overflow:hidden;width:30%}.serv_item img{width:100%}.serv-text{padding:20px}@media screen and (max-width:600px){.serv_wrap{flex-direction:column}.serv_item{width:100%}}