.brochure-grid{column-gap:21.5px;display:grid;grid-template-columns:repeat(3,1fr);row-gap:42px}.brochure-grid .brochure-item{background-color:var(--color-grey50);display:flex;flex-flow:column nowrap;height:fit-content}.brochure-grid .brochure-content{align-items:flex-start;display:flex;flex-flow:row nowrap;height:100%;padding:21.5px}.brochure-grid .brochure-text{display:flex;flex:5;flex-flow:column nowrap;height:100%;padding-bottom:20px}.brochure-grid .brochure-title{color:var(--color-secondary);font-size:2rem;font-weight:700}.brochure-grid .brochure-subtitle{font-size:14px;font-weight:700;text-transform:uppercase}.brochure-grid .orange-line{border-bottom:2px solid var(--color-primary);margin-top:auto;width:100%}.brochure-grid .brochure-image{flex:3;margin-bottom:-30px;padding-left:20px;position:relative;top:-30px}.brochure-grid .brochure-item .brochure-link{align-items:center;background-color:var(--color-secondary);color:var(--color-white);display:flex;flex-flow:row nowrap;font-size:13px;font-weight:700;justify-content:space-between;letter-spacing:.07067em;padding:9px 21.5px;text-transform:uppercase;transition:background-color .3s ease}.brochure-grid .brochure-item:hover .brochure-link{background-color:var(--color-primary)}@media (max-width:1100px){.brochure-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:750px){.brochure-grid{grid-template-columns:repeat(1,1fr)}}@media (max-width:400px){.brochure-grid .brochure-title{font-size:1.5rem}}.filter-item.active{background:var(--orange-FF7002,#ff7002);color:#fff}.filter-item{background:var(--f-5-f-5-f-5,#f5f5f5);border:none;color:var(--dark-grey,#46433f);font-size:14px;font-weight:600;padding:8px 10px;text-align:center;transition:all .3s ease-in-out}.filter-item,.view-by{font-family:Open Sans;font-style:normal;line-height:normal}.view-by{color:var(--NAVY-0A3B57,#0a3b57);font-size:18px;font-weight:700;letter-spacing:1px;margin-bottom:14px;margin-top:30px;text-transform:uppercase}