.profitable-promotion-content .container {
  width: calc(100% - 3rem);
}

.profitable-promotion-content .title {
  margin-bottom: 0.588em;
}

.profitable-promotion-content__phone {
  display: block;
  text-decoration: none;
  line-height: 1.4;
}

.profitable-promotion-content__bold {
  font-weight: 900;
}

.profitable-promotion-content .text {
  font-size: 1.125em;
  line-height: 1.2;
}

@media (min-width: 600px) {
  .profitable-promotion-content__phone {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .profitable-promotion-content .title,
  .profitable-promotion-content .text {
    margin-left: auto;
    margin-right: auto;
  }
    .profitable-promotion-content.padding .text {
    margin-bottom: 0;
}
  .profitable-promotion-content .title {
    max-width: 24.1em;
    margin-bottom: 0.875em;
  }
  .profitable-promotion-content__phone {
    display: inline-block;
  }
  .profitable-promotion-content .text {
    max-width: 23em;
    text-align: center;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1;
    word-spacing: 0.04em;
  }
  .profitable-promotion-content__bold {
    font-weight: 700;
    margin-right: 0.02em;
  }
}

@media (min-width: 960px) {
  .profitable-promotion-content .container {
    width: calc(100% - 8rem);
  }
  .profitable-promotion-content .title {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .profitable-promotion-content .title {
    font-size: 4rem;
  }
  .profitable-promotion-content .text {
    max-width: none;
  }
}
/*# sourceMappingURL=profitable-promotion-content.css.map */