@media (min-width: 992px) {
  html.curbside .service-area-index-page .top-content [data-full-width=true] .map-aspect-ratio {
    max-height: 400px !important;
  }
}
html.curbside .service-area-index-page .top-content .content-sides {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
html.curbside .service-area-index-page .top-content .content-sides > div {
  display: inline-block;
  padding: 0 15px;
}
@media (max-width: 991px) {
  html.curbside .service-area-index-page .top-content .content-sides > div {
    width: 100% !important;
  }
}
html.curbside .service-area-index-page .top-content .content-sides > div.left-side {
  width: 60%;
}
@media (max-width: 991px) {
  html.curbside .service-area-index-page .top-content .content-sides > div.left-side {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  html.curbside .service-area-index-page .top-content .content-sides > div.left-side {
    margin-bottom: 30px;
  }
}
html.curbside .service-area-index-page .top-content .content-sides > div.left-side[data-full-width=true] {
  width: 100% !important;
}
html.curbside .service-area-index-page .top-content .content-sides > div.right-side {
  width: 40%;
}
html.curbside .service-area-index-page .bottom-content {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  html.curbside .service-area-index-page .bottom-content {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  html.curbside .service-area-index-page .bottom-content {
    margin-top: 20px;
  }
}