.info {
  position: relative;
  color: #000; 
}

.info .section__title {
  width: 100%;
}

.info .content {
  text-align: center;
}

.info .content .text {
  line-height: 1.5rem;
}

@media only screen and (min-width: 1024px) {
  .info .content .text {
    padding: 0 25%;
  }
}

@media only screen and (max-width: 1023px) {
  .info .content .text {
    line-height: unset;
  }
}
/*# sourceMappingURL=info.css.map */