section.locations-module .container>.text-content{align-items:center;display:flex;flex-direction:column;margin-bottom:6rem;text-align:center}@media (max-width:768px){section.locations-module .container>.text-content{margin-bottom:4.5rem}}section.locations-module .container>.text-content .richtext{max-width:56.25rem}section.locations-module .container .cards{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem}@media (max-width:768px){section.locations-module .container .cards{flex-direction:column}}section.locations-module .container .cards .card{background-color:var(--white);border-radius:.5rem;padding:.5rem;width:calc(50% - .75rem)}@media (max-width:768px){section.locations-module .container .cards .card{width:100%}}section.locations-module .container .cards .card .text-content{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.5rem;padding:1rem}section.locations-module .container .cards .card .text-content .info{align-items:center;display:flex;flex-direction:row;gap:.75rem}section.locations-module .container .cards .card .text-content .info .icon{border-radius:.25rem;flex-shrink:0;height:2rem;overflow:hidden;width:2rem}section.locations-module .container .cards .card .text-content .info .icon img{height:100%;object-fit:cover;width:100%}section.locations-module .container .cards .card .iframe-wrapper{aspect-ratio:612/441;border-radius:.25rem;height:auto;overflow:hidden;width:100%}section.locations-module .container .cards .card .iframe-wrapper iframe{height:100%;width:100%}