.list-container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin:1em 0}.grid-item{min-width:300px}.grid-item .photo{width:100%;height:280px;overflow:hidden;border-radius:5px}.grid-item .photo img{width:100%;height:100%;object-fit:cover}.grid-item .description{padding:5px 0}.grid-item .description h2{display:flex;flex-direction:column}.grid-item .description h2 .title{font-weight:600}.grid-item .description h2 .sub-tile{font-weight:400}@media only screen and (max-width:767px){.grid-item{flex-basis:calc(100% - 20px);margin:0 0 25px}.list-container{grid-template-columns:1fr!important}.grid-item .photo{height:260px}}