/* ===== GEO SECTION ===== */

.geo-section {
  padding: 80px 0 60px;
  background: #fff;
}

.geo-section .container {
  max-width: 1200px;   /* как у других блоков */
  margin: 0 auto;
  padding: 0 16px;
}

.geo-section__title {
  margin: 0;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 992px) {
  .geo-section__title {
    font-size: 46px;
  }
}

/* --- полоски под заголовком (и старые, и новые классы) --- */

.geo-section__lines,
.seoms-geo__decor {
  margin: 28px auto 40px;
  line-height: 0;
  text-align: center;
}

.geo-section__line,
.seoms-geo__decor-line {
  display: block;
  height: 4px;
  border-radius: 3px;
  margin: 0 auto;
}

/* верхняя чёрная */

.geo-section__line--black,
.seoms-geo__decor-line--top {
  width: 120px;
  background: #000000;
}

/* нижняя красная */

.geo-section__line--red,
.seoms-geo__decor-line--bottom {
  width: 90px;
  margin-top: 8px;
  background: #ff3b30;
}

/* --- текст --- */

.geo-section__text {
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}

.geo-section__text p {
  margin: 0 0 16px;
}

.geo-section__text p:last-child {
  margin-bottom: 0;
}
