.openxchange-cta-box-02 {
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background-clip: padding-box; 
  transform: translateZ(0);
}

/* Main Wrapper */
.openxchange-cta-box-02 .openxchange-cta-box-02_content-wrapper.flex-row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .openxchange-cta-box-02 .openxchange-cta-box-02_content-wrapper,
  .openxchange-cta-box-02 .openxchange-cta-box-02_content-wrapper.flex-row-reverse {
    flex-direction: column;
    gap: 2rem;
  }
}

/* Text Column */
.openxchange-cta-box-02 .openxchange-cta-box-02_text-col {
  position: relative;
  z-index: 10;
}
@media (max-width: 1200px) {
  .openxchange-cta-box-02 .openxchange-cta-box-02_text-col {
    padding: 40px 32px;
  }
}
@media (max-width: 991px) {
  .openxchange-cta-box-02 .openxchange-cta-box-02_text-col {
    max-width: 100%;
    padding: 32px 24px 24px 24px;
  }
  .openxchange-cta-box-02 .btn .openxchange-btn_text {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    max-width: 100%;
  }
}

/* Date */
.openxchange-cta-box-02 .openxchange-cta-box-02_date {
  font-family: 'Onest', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 16px 0;
}

/* Heading */
.openxchange-cta-box-02 .openxchange-cta-box-02_heading {
  font-family: 'Onest', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 8px 0;
}
@media (max-width: 991px) {
  .openxchange-cta-box-02 .openxchange-cta-box-02_heading {
    font-size: 28px;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

/* Description */
.openxchange-cta-box-02 .openxchange-cta-box-02_description,
.openxchange-cta-box-02 .openxchange-cta-box-02_description p {
  width: 100%;
  margin: 0 0 16px 0;
  font-family: 'Onest', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  
}
@media (max-width: 991px) {
  .openxchange-cta-box-02 .openxchange-cta-box-02_description {
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

/* Button Base */
.openxchange-cta-box-02 .btn {
  padding: 12px 16px;
  gap: 8px;
  border-radius: 72px;
  font-family: 'Onest', sans-serif;
  font-size: 18px!important;
  font-weight: 600;
  transition: all 0.3s ease;
  width: max-content;
}
.openxchange-cta-box-02 .openxchange-btn_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 30ch; 
}

/* Dynamic Icon Wrapper styling */
.openxchange-cta-box-02 .btn .openxchange-btn_icon-wrapper {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--tertiary);
  transition: all 0.3s ease;
}
.openxchange-cta-box-02 .btn .openxchange-btn_icon-wrapper svg {
  width: 14px;
  height: 14px;
  fill: var(--primary);
  transition: all 0.3s ease;
}
.openxchange-cta-box-02 .btn .openxchange-btn_icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.3s ease;
}
  .openxchange-cta-box-02 .btn:hover .openxchange-btn_icon-wrapper svg,
  .openxchange-cta-box-02 .btn:hover .openxchange-btn_icon-wrapper img {
    opacity: 1;
    transform: rotate(45deg)!important;
  }

/* Tertiary Button Override */
.openxchange-cta-box-02 .btn.btn-solid.btn-tertiary .openxchange-btn_icon-wrapper {
  background-color: var(--primary);
}
.openxchange-cta-box-02 .btn.btn-solid.btn-tertiary .openxchange-btn_icon-wrapper svg { 
  fill: var(--white); 
}
@media (max-width: 991px) {
  .openxchange-cta-box-02 .openxchange-cta-box-02_text-col {
    align-items: center!important;
    text-align: center!important;
  }
}

@media (max-width: 991px) {
  .openxchange-cta-box-02  .openxchange-cta-box-02_img-container {
    width: 100%;
  }
}