.from-1-to-15 .container {
  width: calc(100% - 4.1rem);
}

.from-1-to-15 .title,
.from-1-to-15 .title .orange {
  margin-left: auto;
  margin-right: auto;
}
.from-1-to-15 .text {
    margin-bottom: 0;
}
.from-1-to-15 .title {
  margin-bottom: 0.575em;
  line-height: 1.1666;
}

.from-1-to-15 .title .orange {
  max-width: 14em;
}

@media (min-width: 768px) {
  .from-1-to-15 .container {
    width: calc(100% - 5.1rem);
  }
  .from-1-to-15 .title,
  .from-1-to-15 .title .orange {
    max-width: none;
  }
  .from-1-to-15 .title {
    margin-bottom: 0.775em;
  }
  .from-1-to-15 .title .orange {
	display: block;
  }  
  .from-1-to-15 .text {
    text-align: center;
    line-height: 1.175;
  }
  .from-1-to-15 .text .block {
    display: block;
  }
}

@media (min-width: 1200px) {
  .from-1-to-15 .title {
    margin-bottom: 0.875em;
  }
}
/*# sourceMappingURL=from-1-to-15.css.map */