#cta-65f12d205d8ead2d63ff0e7a .component.cta [data-designpart=rich-heading-normal] h2 {
  font-size: 24px !important;
}
@media screen and (max-width: 769px) {
  #cta-65f12d205d8ead2d63ff0e7a .component.cta [data-designpart=rich-heading-normal] h2 {
    font-size: 18px !important;
  }
}
#cta-65f12d205d8ead2d63ff0e7a .component.cta .common-cta_text {
  margin-top: 10px !important;
}
@media screen and (max-width: 769px) {
  #cta-65f12d205d8ead2d63ff0e7a .component.cta .common-cta_text {
    margin-top: 0 !important;
  }
}
#cta-65f12d205d8ead2d63ff0e7a .component.cta .common-cta_text p {
  font-size: 24px !important;
}
@media screen and (max-width: 769px) {
  #cta-65f12d205d8ead2d63ff0e7a .component.cta .common-cta_text p {
    font-size: 18px !important;
  }
}
#cta-65f12d205d8ead2d63ff0e7a .component.cta .common-cta_buttons {
  margin-top: 36px !important;
  display: flex !important;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  #cta-65f12d205d8ead2d63ff0e7a .component.cta .common-cta_buttons {
    margin-top: 20px !important;
    flex-wrap: wrap;
    gap: 20px;
  }
}
#cta-65f12d205d8ead2d63ff0e7a .component.cta .common-cta_buttons .cta-column {
  flex: 0;
}
@media screen and (max-width: 769px) {
  #cta-65f12d205d8ead2d63ff0e7a .component.cta .common-cta_buttons .cta-column {
    flex: none;
    display: flex !important;
    flex-direction: column-reverse;
    width: 100% !important;
  }
}
#cta-65f12d205d8ead2d63ff0e7a .component.cta .common-cta_buttons .cta-richtext {
  margin-top: 12px;
}