.listing{color:var(--clr-light)}.listing>.item{padding-block:30px;border-top:1px solid rgba(255,255,255,.5);display:grid;gap:32px}.listing>.item:first-child{border-top:0;padding-top:0}.listing>.item:last-child{padding-bottom:0}.listing .picture{border-radius:var(--media-br);overflow:hidden;aspect-ratio:1.68/1}.listing .image{width:100%;height:100%;object-fit:cover}.listing .title{font-size:var(--fs-h4);font-weight:var(--fw-normal);margin-bottom:27px}@media (min-width:768px){.listing>.item{grid-template-columns:minmax(0,2fr) minmax(0,6fr)}.listing .picture{aspect-ratio:1/1}}@media (min-width:1200px){.listing>.item{padding-block:45px}}