section.areas-served {
  /* padding: 4rem 0; */
}
section.areas-served .section-title {
  font-size: 50px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 2rem;
}
section.areas-served .section-description p {
  font-size: 28px;
  text-align: center;
  font-weight: 400;
  text-transform: unset;
  max-width: 1360px;
  margin: 0 auto;
  margin-bottom: 3rem;
  padding: 0 2rem;
  line-height: 1.25;
}
section.areas-served .section-title strong {
  font-weight: 800;
  color: #263c8e;
}
section.areas-served .cities-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: black;
  padding: 0.5rem 4rem;
}
section.areas-served .cities-row .city {
  display: flex;
  align-items: center;
  margin: 0 1rem;
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: 800;
  font-size: 24px;
}
section.areas-served .cities-row .city .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d10e1c;
  margin-right: 0.5rem;
}
@media (max-width: 1200px) {
  section.areas-served .section-title {
    font-size: 40px;
  }
  section.areas-served .section-description p {
    font-size: 24px;
  }
  section.areas-served .cities-row .city {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  section.areas-served .section-title {
    font-size: 32px;
  }
  section.areas-served .section-description p {
    font-size: 16px;
  }
  section.areas-served .cities-row {
    justify-content: flex-start;
    padding: 1rem 10rem;
  }
  section.areas-served .cities-row .city {
    width: 50%;
    margin: 0;
    font-size: 16px;
  }
}
@media (max-width: 676px) {
  section.areas-served .cities-row {
    padding: 1rem 8rem;
  }
}
@media (max-width: 576px) {
  section.areas-served .cities-row {
    padding: 1rem 6rem;
  }
}
@media (max-width: 480px) {
  section.areas-served .section-title {
    font-size: 22px;
  }
  section.areas-served .cities-row {
    padding: 1rem 3rem;
  }
}
