.locations__title{margin-bottom:60px;text-align:center}.locations__title h2{margin-bottom:0}.locations__grid{display:grid;gap:60px 28px;grid-template-columns:repeat(3,1fr)}.locations__grid .resource-card{gap:36px}.locations__grid .resource-card:before{background-color:#fff}.locations__grid .resource-card .resource-card__image{height:250px;min-height:250px}.locations__grid .resource-card ul{list-style:none;margin:0 0 16px;padding:0}.locations__grid .resource-card li{color:var(--dark-grey);margin:0;padding:0}.locations__grid .resource-card:hover{padding:0 32px 48px}.locations__grid .resource-card__footer{display:none}@media (max-width:1024px){.locations__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.locations__grid{grid-template-columns:1fr}}