#cta-6552d47fa825b73a1c2f7cf4 .cta-row {
  display: flex !important;
  align-items: center;
}
#cta-6552d47fa825b73a1c2f7cf4 .cta_col_image {
  width: 300px !important;
}
#cta-6552d47fa825b73a1c2f7cf4 .cta_col_text {
  width: 50% !important;
  margin-left: 40px !important;
}
#cta-6552d47fa825b73a1c2f7cf4 .cta_text,
#cta-6552d47fa825b73a1c2f7cf4 .cta_heading {
  color: #fff;
}
#cta-6552d47fa825b73a1c2f7cf4 .cta_text {
  font-size: 1.125rem !important;
  letter-spacing: 0.1em !important;
}
#cta-6552d47fa825b73a1c2f7cf4 .cta_heading h3 {
  font-size: 2.25rem !important;
  letter-spacing: 0.1em !important;
}
#cta-6552d47fa825b73a1c2f7cf4 .cta_parts_btn a {
  width: 330px;
  max-width: 100%;
  padding: 0.8rem 0 !important;
  border-radius: 40px !important;
  font-size: 1.125rem !important;
  letter-spacing: 0.1em !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cta-6552d47fa825b73a1c2f7cf4 .cta_parts_btn a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  width: 8.73px;
  height: 8.73px;
  transform: rotate(45deg);
  border-top: 1.5px solid;
  border-right: 1.5px solid;
}
@media screen and (max-width: 768px) {
  #cta-6552d47fa825b73a1c2f7cf4 .cta-row {
    flex-direction: column;
  }
  #cta-6552d47fa825b73a1c2f7cf4 .cta_col_image {
    width: 80% !important;
  }
  #cta-6552d47fa825b73a1c2f7cf4 .cta_col_text {
    width: 100% !important;
    margin-left: 0 !important;
  }
  #cta-6552d47fa825b73a1c2f7cf4 .cta_text p {
    padding: 0 !important;
    font-size: 1rem !important;
  }
  #cta-6552d47fa825b73a1c2f7cf4 .cta_heading {
    margin-top: 0 !important;
  }
  #cta-6552d47fa825b73a1c2f7cf4 .cta_heading h3 {
    font-size: 1.5rem !important;
  }
  #cta-6552d47fa825b73a1c2f7cf4 .cta_parts_btn a {
    width: 100% !important;
  }
}