.our-locations {
    padding: 130px 20px;
    max-width: 1230px;
    margin: 0 auto;
}


.our-locations__header {
  font-family: 'Montserrat',sans-serif;
  text-align: center;
  font-size: 54px;
  line-height: 111px;
  letter-spacing: 2px;
  color: #3C97D3;
  font-weight: 800;
}
.our-locations__header em {
  font-family: 'Northwell Alt';
  font-size: 131px;
  line-height: 111px;
  font-weight: normal;
}

.our-locations__list {
  display: flex;
  gap: 90px;
}

.our-locations__item {
  width: calc(50% - 45px);
}

.our-locations__map iframe {
  width: 100%;
  aspect-ratio: 570/338;
  filter: grayscale(100%);
}
.our-locations__name{
  font-family: 'Avant Garde', sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  color: #000;
  padding-top: 35px;
}
.our-locations__meta{
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  color: #EF7222;
}
@media screen and (max-width:1280px){
  .our-locations__list {
	  display: flex;
	  gap: 10px;
  }
  .our-locations__item {
	  width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px){
  .our-locations {
    padding: 0px 0px 130px !important;
  }
  .our-locations__meta,
  .our-locations__name{
    text-align: center;
    padding: 0 20px;
  }
  .our-locations__list {
    gap: 70px;
  }
  .our-locations__header {
    font-size: 45px;
  } 
  .our-locations__header em {
    font-size: 92px;
    line-height: 111px;
  }
}