.business-other-works {
  padding: 5rem 0;
  position: relative;
  background: url(../img/business/business-footer-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .business-other-works {
    padding: 48px 0 24px;
  }
}

.section-title.business-other-works__title {
  color: #fff;
}

.section-title.business-other-works__title::after {
  content: "Area under consideration";
  color: #fff;
  text-transform: uppercase;
}

.business-other-works__text {
  color: #fff;
  margin-top: 5.6875rem;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .business-other-works__text {
    margin-top: 62px;
    padding-inline: 20px;
    font-size: 14px;
    letter-spacing: 0.06em;
  }
}

.business-other-works__list {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .business-other-works__list {
    margin-top: 32px;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}/*# sourceMappingURL=business-other-works.css.map */