.contact-locations {
  padding: 4rem 2rem;
  background-color: #13294B;
  color: #F5F1E7;
  position: relative;
}
.contact-locations::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2026/02/Icon-outline.svg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.contact-locations__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.contact-locations__inner h2 {
  font-size: 40px;
  margin-top: 0px;
	position: relative;
	z-index: 2;
}
.contact-locations__inner svg {
  max-width: 60px;
}
.contact-locations__inner h2 {
  text-align: center;
}
.contact-locations__inner p {
  text-align: center;position: relative;
	z-index: 2;
}
.contact-locations__inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  margin: 0px auto;
  font-size: 30px;
  margin-top: 40px;
  gap: 10px;position: relative;
	z-index: 2;
}
.contact-locations__inner a svg {
  width: 45px;
}
.contact-locations__inner .contact-locations__location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
	padding: 15px;
	background-color: #112543;
	position: relative;
	z-index: 2;
}
.contact-locations__inner .contact-locations__location .contact-locations__address {
  font-size: 16px;
  min-width: 200px;
}
.contact-locations__inner .contact-locations__location p {
  text-align: left;
}

@media (min-width: 1024px) {
  .contact-locations__grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
  }
  .contact-locations__grid .contact-locations__location {
    width: 30%;
  }
}