.child-locations{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.child-locations .location-button{display:inline-block;background:#153d56;border:2px solid #30556c;font-size:23px;padding:10px 28px;color:#fff !important;text-align:center;width:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media(min-width: 600px){.child-locations .location-button{width:auto}}.child-locations .location-button:hover{background:#fff;border-color:#fff;color:#153d56 !important;text-decoration:none !important}