.grey-background{background-color:var(--grey)}.grid-header h3{color:var(--blue);font-size:2rem;font-weight:400;margin-bottom:0}.custom-grid-wrapper{display:grid;gap:3rem;grid-template-columns:repeat(3,1fr)}.custom-grid-item{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1);overflow:hidden;padding:.5rem;transition:transform .3s ease}.custom-grid-item-image img{border-radius:.15rem;height:100%;transition:transform .3s ease;width:100%}.custom-grid-item-title{color:#333;font-family:Fira Sans,sans-serif;font-size:1rem;font-weight:700;margin:1rem 0;text-transform:uppercase}.custom-grid-item-description{color:#666;font-size:14px;margin:.5rem 0}.chevron-right{border:solid;border-width:0 2px 2px 0;display:inline-block;margin-left:5px;padding:3px;transform:rotate(-45deg)}@media (max-width:768px){.custom-grid-wrapper{grid-template-columns:repeat(1,1fr);margin:0 auto;max-width:100%}.custom-grid-item{margin-right:0}.read-more-btn{background-color:#fff;border-radius:20px;color:var(--blue);display:block;font-size:1rem;margin-bottom:1rem;margin-top:2rem;text-align:left}}