#fp .cards{display:flex;flex-wrap:wrap;justify-content:center;margin:-10px}#fp .cards .card{background:#fff;border:1px solid #e1dfdc;border-radius:4px;color:#333;margin:20px 10px;overflow:hidden;text-decoration:none}#fp .cards .card img{height:280px!important;object-fit:cover;width:100%}#fp .cards .card .info{padding:24px}#fp .cards .card .info h6{color:#788691}@media (max-width:999px){#fp .cards{flex-direction:column}#fp .cards .card{flex:1 0 100%}}