.brochure-listing{display:grid;grid-template-columns:repeat(2,1fr);column-gap:40px;row-gap:160px;margin-bottom:100px;align-items:flex-start}.brochure-listing .featured-brochure-wrapper{grid-column:1 / -1;position:relative}.brochure-listing .featured-brochure{padding:40px 160px 30px 40px;background-color:var(--color-primary);margin-right:160px}.brochure-listing .featured-brochure *:not(a){color:var(--color-white)}.brochure-listing .featured-image{position:absolute;top:-80px;right:0;width:320px}.brochure-listing .brochure-wrapper{position:relative}.brochure-listing .blue-border{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-primary);-webkit-clip-path:polygon(140px 0,calc(100% - 64px) 0,100% 100%,140px 100%);clip-path:polygon(140px 0,calc(100% - 64px) 0,100% 100%,140px 100%)}.brochure-listing .brochure{-webkit-clip-path:polygon(0 0,calc(100% - 68px) 0,calc(100% - 4px) 100%,0 100%);clip-path:polygon(0 0,calc(100% - 68px) 0,calc(100% - 4px) 100%,0 100%);background-color:var(--color-grey100);padding:40px 68px 20px 120px;margin-left:140px}.brochure-listing .image{position:absolute;top:-40px;left:0;width:300px}.brochure-listing .link{text-transform:uppercase}@media(max-width:1200px){.brochure-listing{grid-template-columns:repeat(1,1fr);row-gap:240px}}@media(max-width:768px){.brochure-listing{grid-template-columns:repeat(1,1fr);row-gap:160px}.brochure-listing .featured-brochure{padding-right:100px;margin-right:100px}.brochure-listing .featured-image{width:260px;right:0}.brochure-listing .image{width:260px}.brochure-listing .brochure{padding-left:90px}}@media(max-width:500px){.brochure-listing{row-gap:40px}.brochure-listing .featured-brochure{padding:40px;margin-right:0;margin-bottom:40px}.brochure-listing .featured-image{display:none}.brochure-listing .blue-border{-webkit-clip-path:polygon(80px 0,calc(100% - 64px) 0,100% 100%,80px 100%);clip-path:polygon(80px 0,calc(100% - 64px) 0,100% 100%,80px 100%)}.brochure-listing .image{width:150px}.brochure-listing .brochure{padding-left:60px;margin-left:80px}}@media(max-width:450px){.brochure-listing .image{display:none}.brochure-listing .blue-border{-webkit-clip-path:polygon(0 0,calc(100% - 64px) 0,100% 100%,0 100%);clip-path:polygon(0 0,calc(100% - 64px) 0,100% 100%,0 100%)}.brochure-listing .brochure{padding-left:20px;margin-left:0}}