
.bizxp-includes .two-col-block {
  background: #ffffff;
  border-radius: 14px;
  padding: 32px 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  border-left: 4px solid #dbe2f0;
}

.bizxp-includes h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #0f172a;
}

.bizxp-includes ul {
  margin-top: 6px;
}

.bizxp-includes li {
  margin-bottom: 8px;
  color: #475569;
  line-height: 1.6;
}
</style>
<style>
.bizxp-why-alt {
  margin: 10px 0;
}

.bizxp-why-alt .why-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 20px;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
}

.bizxp-why-alt .why-text h3 {
  font-size: 22px;
  margin-bottom: 14px;
  color: #0f172a;
}

.bizxp-why-alt .why-text p {
  color: #475569;
  line-height: 1.7;
  margin-bottom: 12px;
}

.bizxp-why-alt .why-image {
  background: linear-gradient(to bottom right, #EFF7FA 0%, #b1dae4f7 100%);
  border-radius: 16px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-size: 14px;
}

.bizxp-why-alt .reverse {
  direction: rtl;

}

.bizxp-why-alt .reverse>* {
  direction: ltr;
}

@media (max-width: 900px) {
  .bizxp-why-alt .why-row {
	grid-template-columns: 1fr;
	gap: 40px;
	margin-bottom: 60px;
  }

  .bizxp-why-alt .reverse {
	direction: ltr;
  }
}
