.text-centered-section .text-centered-inner {
  width: 100%;
}

/* ALIGNMENTS */

.text-centered-section.text-left .row {
  justify-content: flex-start;
}

.text-centered-section.text-center .row {
  justify-content: center;
}

.text-centered-section.text-right .row {
  justify-content: flex-end;
}

.text-centered-section.text-left .text-centered-inner {
  text-align: left;
}

.text-centered-section.text-center .text-centered-inner {
  text-align: center;
}

.text-centered-section.text-right .text-centered-inner {
  text-align: right;
}

/* TYPO */

.text-centered-section .headline {
  width: 100%;
}
.text-centered-section .subheadline {
  margin-bottom: 10px;
}
.text-centered-section .text {
  width: 100%;
  max-width: 720px;
  margin-bottom: 30px;
}

/* CENTER */

.text-centered-section.text-center .subheadline,
.text-centered-section.text-center .headline,
.text-centered-section.text-center .text,
.text-centered-section.text-center .text-centered-button {
  margin-left: auto;
  margin-right: auto;
}

/* LEFT */

.text-centered-section.text-left .subheadline,
.text-centered-section.text-left .headline,
.text-centered-section.text-left .text,
.text-centered-section.text-left .text-centered-button {
  margin-left: 0;
  margin-right: auto;
}

/* RIGHT */

.text-centered-section.text-right .subheadline,
.text-centered-section.text-right .headline,
.text-centered-section.text-right .text,
.text-centered-section.text-right .text-centered-button {
  margin-left: auto;
  margin-right: 0;
}

/* BUTTON */

.text-centered-section .text-centered-button {
  margin-top: 20px;
}

/* MOBILE */

@media (max-width: 991px) {
  .text-centered-section {
    padding: 80px 0;
  }

  .text-centered-section .text {
    font-size: 16px;
    max-width: 100%;
  }
  .text-centered-section .subheadline {
    margin-bottom: 10px;
  }
}
