#cta-661fbff97d695a05dc8603bd .component.cta .common-cta_image .image.cta-image {
  width: 337px !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 769px) {
  #cta-661fbff97d695a05dc8603bd .component.cta .common-cta_image .image.cta-image {
    width: 206px !important;
  }
}
#cta-661fbff97d695a05dc8603bd .component.cta .common-cta_image .image.cta-image img {
  width: 100% !important;
  max-width: none !important;
}
#cta-661fbff97d695a05dc8603bd .component.cta .common-cta_text {
  margin-top: 10px !important;
}
@media screen and (max-width: 769px) {
  #cta-661fbff97d695a05dc8603bd .component.cta .common-cta_text {
    margin-top: 0 !important;
  }
}
#cta-661fbff97d695a05dc8603bd .component.cta .common-cta_text p {
  font-size: 24px !important;
}
@media screen and (max-width: 769px) {
  #cta-661fbff97d695a05dc8603bd .component.cta .common-cta_text p {
    font-size: 18px !important;
  }
}
#cta-661fbff97d695a05dc8603bd .component.cta .common-cta_buttons {
  margin-top: 36px !important;
  display: flex !important;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  #cta-661fbff97d695a05dc8603bd .component.cta .common-cta_buttons {
    margin-top: 20px !important;
    flex-wrap: wrap;
    gap: 20px;
  }
}
#cta-661fbff97d695a05dc8603bd .component.cta .common-cta_buttons .cta-column {
  flex: 0;
  width: 45%;
}
@media screen and (max-width: 769px) {
  #cta-661fbff97d695a05dc8603bd .component.cta .common-cta_buttons .cta-column {
    flex: none;
    display: flex !important;
    flex-direction: column-reverse;
    width: 100% !important;
  }
}
#cta-661fbff97d695a05dc8603bd .component.cta .common-cta_buttons .cta-richtext {
  margin-top: 12px;
}