section.location-boxes{position:relative}section.location-boxes:after{position:absolute;content:"";top:62px;left:0;right:0;max-width:calc(100vw - 40px);height:100%;background:linear-gradient(146deg,#0016a3,#80b9b6);z-index:1;margin:0 auto}@media(max-width:767px){section.location-boxes:after{top:0}section.location-boxes{padding-bottom:50px}}section.location-boxes .card-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;max-width:1234px;margin:0 auto;z-index:3;position:relative}section.location-boxes .card{width:100%;background:var(--light-grey);min-height:250px;opacity:1;transition:opacity .2s ease-in-out,transform .2s ease-in-out}section.location-boxes .card.card--hidden{opacity:0;transform:scale(.8);height:0;min-height:0}section.location-boxes .card .card-body,section.location-boxes .card .card-footer,section.location-boxes .card .card-heading{padding:1rem}section.location-boxes .card .card-heading{background:var(--white)}section.location-boxes .card .card-heading h4{margin-bottom:0}section.location-boxes .load-more{position:relative;margin-top:1.5rem;z-index:5}@media screen and (max-width:767px){section.location-boxes .card-grid{padding:0 20px}section.location-boxes:after{max-width:100vw}}@media screen and (min-width:768px){section.location-boxes .card{width:40%}}@media screen and (min-width:1024px){section.location-boxes:after{max-width:calc(100vw - 80px)}section.location-boxes .card-grid--d-3 .card{width:30%}section.location-boxes .card-grid--d-4 .card{width:45%}section.location-boxes .card-grid .card p{max-width:16rem}}@media screen and (min-width:1280px){section.location-boxes .card-grid--d-4 .card{width:23%}}