.listing{display:flex;flex-flow:column nowrap;gap:45px;width:100%}.listing .tile-container{display:flex;flex-flow:row nowrap}.listing .image-wrapper{flex:0 0 auto;position:relative;width:27%}.listing .image-wrapper img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.listing .tile{background-color:var(--background-color);color:#fff;display:flex;flex-flow:column nowrap;gap:20px;padding:45px 45px 40px;width:100%}.listing .title{color:inherit;margin-bottom:0}.listing .tile a.link{color:inherit}.listing .tile:hover a.link:focus,.listing .tile:hover a.link:hover{color:var(--color-base)}@media screen and (max-width:900px){.listing{flex-flow:column nowrap}}@media screen and (max-width:767px){.listing .tile-container{flex-flow:column nowrap}.listing{gap:20px}.listing .image-wrapper{aspect-ratio:16/9;width:100%}.listing .tile{gap:20px;padding:20px}}