.location-cards__intro{margin-inline:auto;text-align:center;width:min(100%,770px)}.location-cards__intro-title{margin-bottom:1.4rem}.location-cards__intro-subheading{font-size:4rem;font-weight:300;line-height:1}*+.location-cards__list{margin-top:4rem}.location-cards__list{--gap:4rem;--amount:var(--amount-desktop,4);align-items:center;align-items:stretch;display:flex;flex-wrap:wrap;gap:var(--gap);justify-content:center}.location-cards *+.btns-wrapper{margin-top:4rem}.card-location{align-content:center;background-color:#0760a3;border-radius:5px;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);color:#fff;display:grid;gap:2rem;padding:2.5rem;place-items:center;text-align:center;text-decoration:none;width:30rem;width:calc((100% - (var(--amount) - 1)*var(--gap))/var(--amount))}.card-location--blue{background-color:var(--blue)}.card-location--dark-blue{background-color:var(--dark-blue)}.card-location--link:hover{box-shadow:0 4px 10px rgba(0,0,0,.4)}.card-location__icon{height:7.5rem;object-fit:contain;width:100%}.card-location__title{font-size:3rem;line-height:1.2}.card-location__desc{font-size:1.9rem;line-height:1.2}.card-location__btn{align-items:center;display:flex;gap:.5rem 1rem}.card-location__btn--arrow-bottom{flex-direction:column}@media(max-width:992px){.location-cards__list{--amount:var(--amount-tablet,2)}}@media(max-width:768px){.location-cards__list{--amount:var(--amount-mobile,1)}.card-location{width:100%}}