.text-title-component-wrapper {
  max-width: 996px;
  margin: 0 auto;
}
.text-title-component-wrapper .text-title-component-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .text-title-component-wrapper .text-title-component-container {
    overflow-wrap: break-word;
  }
}
.text-title-component-wrapper .text-title-component-container .text-title {
  color: #680C35;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 24px;
}
.text-title-component-wrapper .text-title-component-container .text-title h1 {
  font-size: 48px;
  margin: 0;
}
@media (max-width: 768px) {
  .text-title-component-wrapper .text-title-component-container .text-title h1 {
    font-size: 36px;
  }
}
.text-title-component-wrapper .text-title-component-container .text-title h2 {
  font-size: 40px;
  margin: 0;
}
@media (max-width: 768px) {
  .text-title-component-wrapper .text-title-component-container .text-title h2 {
    font-size: 32px;
  }
}
.text-title-component-wrapper .text-title-component-container .text-subtitle {
  margin-bottom: 24px;
  color: #680C35;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
}
.text-title-component-wrapper .text-title-component-container .text-subtitle h3 {
  font-size: 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .text-title-component-wrapper .text-title-component-container .text-subtitle h3 {
    font-size: 24px;
  }
}
.text-title-component-wrapper .text-title-component-container .text-subtitle h4 {
  font-size: 24px;
  margin: 0;
}
@media (max-width: 768px) {
  .text-title-component-wrapper .text-title-component-container .text-subtitle h4 {
    font-size: 20px;
  }
}
.text-title-component-wrapper .text-title-component-container .text-subtitle h5 {
  font-size: 20px;
  margin: 0;
}
@media (max-width: 768px) {
  .text-title-component-wrapper .text-title-component-container .text-subtitle h5 {
    font-size: 18px;
  }
}
.text-title-component-wrapper .text-title-component-container .text-subtitle h6 {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 768px) {
  .text-title-component-wrapper .text-title-component-container .text-subtitle h6 {
    font-size: 16px;
  }
}
.text-title-component-wrapper .text-title-component-container .text-description {
  color: #232323;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
.text-title-component-wrapper .text-title-component-container .text-description ul {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.text-title-component-wrapper .text-title-component-container .text-description a {
  color: #232323;
}
.text-title-component-wrapper .text-title-component-container .button-container {
  margin-top: 32px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}
.text-title-component-wrapper .text-title-component-container .button-container .button {
  height: auto;
}