.enterprise-intro__title {
  overflow-wrap: break-word;
  word-break: break-word;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .enterprise-intro__title {
    margin-bottom: 48px;
  }
}
.enterprise-intro__location {
  margin: 40px 0 80px;
  color: var(--color-grey-1);
}
@media screen and (min-width: 768px) {
  .enterprise-intro__location {
    margin: 48px 0 96px;
  }
}
@media screen and (min-width: 1440px) {
  .enterprise-intro__location {
    margin-bottom: 120px;
  }
}
.enterprise-intro__text {
  margin: 24px 0;
}
@media screen and (min-width: 768px) {
  .enterprise-intro__text {
    margin: 32px 0;
  }
}
@media screen and (min-width: 1024px) {
  .enterprise-intro__text {
    width: 628px;
  }
}
.enterprise-intro__h2 {
  overflow-wrap: break-word;
  word-break: break-word;
  margin: 80px 0 24px;
}
@media screen and (min-width: 768px) {
  .enterprise-intro__h2 {
    margin: 96px 0 48px;
  }
}
@media screen and (min-width: 1024px) {
  .enterprise-intro__h2 {
    width: 628px;
  }
}
@media screen and (min-width: 1440px) {
  .enterprise-intro__h2 {
    margin: 120px 0 48px;
  }
}
.enterprise-intro__h3 {
  overflow-wrap: break-word;
  word-break: break-word;
  margin: 32px 0 24px;
}
@media screen and (min-width: 768px) {
  .enterprise-intro__h3 {
    margin: 48px 0 32px;
  }
}
