.cta5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.theme-light .cta5 {
  color: rgb(31, 50, 63);
  background-color: rgb(255, 255, 255);
}
.theme-light-alt .cta5 {
  color: rgb(31, 50, 63);
  background-color: rgb(248, 248, 248);
}
.theme-dark .cta5 {
  color: rgb(255, 255, 255);
  background-color: rgb(48, 69, 82);
}
.theme-dark-alt .cta5 {
  color: rgb(255, 255, 255);
  background-color: rgb(31, 50, 63);
}
.theme-blue .cta5 {
  color: rgb(255, 255, 255);
  background-color: rgb(10, 109, 230);
}
.cta5__container {
  width: 100%;
  max-width: 1728px;
  padding: 60px 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (max-width: 575px) {
  .cta5__container {
    padding: 60px 15px;
  }
}
.cta5__text {
  width: 48.7%;
}
@media all and (max-width: 1280px) {
  .cta5__text {
    width: 100%;
  }
}
.cta5__text--subtitle {
  margin-bottom: 30px;
}
@media all and (max-width: 1280px) {
  .cta5__text {
    margin-bottom: 40px;
  }
}