@media (max-width: 768px) {
	  #ERP .why-ERP .erp-frame-2 {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 24px !important;
  }

  #ERP .why-ERP .erp-integrations,
  #ERP .why-ERP .erp-integrations-2,
  #ERP .why-ERP .erp-integrations-3,
  #ERP .why-ERP .erp-integrations-4,
  #ERP .why-ERP .erp-integrations-5,
  #ERP .why-ERP .erp-integrations-6,
  #ERP .why-ERP .erp-integrations-7,
  #ERP .why-ERP .erp-integrations-8,
  #ERP .why-ERP .erp-integrations-9 {
    margin: 0 !important;
  }
  /* Keep the columns side-by-side inside each card */
  #ERP .why-ERP .erp-frame-4 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 16px;
    width: 100%;
  }

  /* Each column stays half-width */
  #ERP .why-ERP .erp-frame-5 {
    flex: 1 1 50% !important;
    min-width: 140px;
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: center;
  }
    /* Each column stays half-width */
  #ERP .why-ERP .erp-frame-11 {
   padding-right: 52% !important;
  }

  /* Each row (logo + name) stays horizontal */
  #ERP .why-ERP .erp-frame-6,
  #ERP .why-ERP .erp-frame-7,
  #ERP .why-ERP .erp-frame-8,
  #ERP .why-ERP .erp-frame-9,
  #ERP .why-ERP .erp-frame-10,
  #ERP .why-ERP .erp-frame-11,
  #ERP .why-ERP .erp-frame-12,
  #ERP .why-ERP .erp-frame-13 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
  }
   
  /* Fix for Shopify/WooCommerce text getting cut */
  #ERP .why-ERP .erp-integrations-7 .erp-frame-11 {
    flex-wrap: wrap !important;
    gap: 12px;
    width: 100%;
  }

  #ERP .why-ERP .erp-integrations-7 .erp-frame-6,
  #ERP .why-ERP .erp-integrations-7 .erp-frame-12 {
    flex: 1 1 48%;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px;
    min-width: 130px;
  }

  #ERP .why-ERP .erp-integrations-7 .erp-text-wrapper-3 {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
  }
}


#ERP .why-ERP {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 48px 92px;
  position: relative;
  background-color: var(--erp-white-3);
}

#ERP .why-ERP .erp-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-text-wrapper {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Outfit-Medium", Helvetica;
  font-weight: 500;
  color: var(--erp-blk);
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

#ERP .why-ERP .erp-div-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-erp-div {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Outfit-Medium", Helvetica;
  font-weight: 500;
  color: transparent;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
}

#ERP .why-ERP .erp-frame-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-integrations {
  display: flex;
  flex-direction: column;
  width: 347px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  margin-top: -2.00px;
  margin-left: -2.00px;
  background-color: var(--erp-white-1);
  border-radius: 32px;
  overflow: hidden;
  border: none;
}

#ERP .why-ERP .erp-integrations::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

#ERP .why-ERP .erp-frame-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Outfit-Medium", Helvetica;
  font-weight: 500;
  color: var(--erp-primary);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

#ERP .why-ERP .erp-frame-4 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-frame-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

#ERP .why-ERP .erp-frame-6 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-ellipse {
  position: relative;
  width: 32px;
  height: 32px;
  object-fit: cover;
}

#ERP .why-ERP .erp-text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Outfit-Medium", Helvetica;
  font-weight: 500;
  color: var(--erp-primary);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

#ERP .why-ERP .erp-img {
  position: relative;
  width: 32px;
  height: 32px;
}

#ERP .why-ERP .erp-integrations-2 {
  margin-top: -2.00px;
  display: flex;
  flex-direction: column;
  width: 347px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  background-color: var(--erp-white-1);
  border-radius: 32px;
  overflow: hidden;
  border: none;
}

#ERP .why-ERP .erp-integrations-2::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

#ERP .why-ERP .erp-frame-7 {
  display: flex;
  align-self: stretch;
  width: 100%;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-right: -21.50px;
  font-family: "Outfit-Medium", Helvetica;
  font-weight: 500;
  color: var(--erp-primary);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

#ERP .why-ERP .erp-integrations-3 {
  margin-top: -2.00px;
  margin-right: -2.00px;
  display: flex;
  flex-direction: column;
  width: 347px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  background-color: var(--erp-white-1);
  border-radius: 32px;
  overflow: hidden;
  border: none;
}

#ERP .why-ERP .erp-integrations-3::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

#ERP .why-ERP .erp-integrations-4 {
  margin-left: -2.00px;
  display: flex;
  flex-direction: column;
  width: 347px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  background-color: var(--erp-white-1);
  border-radius: 32px;
  overflow: hidden;
  border: none;
}

#ERP .why-ERP .erp-integrations-4::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

#ERP .why-ERP .erp-integrations-5 {
  display: flex;
  flex-direction: column;
  width: 347px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  background-color: var(--erp-white-1);
  border-radius: 32px;
  overflow: hidden;
  border: none;
}

#ERP .why-ERP .erp-integrations-5::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

#ERP .why-ERP .erp-frame-8 {
  display: inline-flex;
  margin-right: -42.50px;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-frame-9 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -0.50px;
}

#ERP .why-ERP .erp-integrations-6 {
  margin-right: -2.00px;
  display: flex;
  flex-direction: column;
  width: 347px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  background-color: var(--erp-white-1);
  border-radius: 32px;
  overflow: hidden;
  border: none;
}

#ERP .why-ERP .erp-integrations-6::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

#ERP .why-ERP .erp-frame-10 {
  margin-right: -49.50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-integrations-7 {
  margin-bottom: -2.00px;
  margin-left: -2.00px;
  display: flex;
  flex-direction: column;
  width: 347px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  background-color: var(--erp-white-1);
  border-radius: 32px;
  overflow: hidden;
  border: none;
}

#ERP .why-ERP .erp-integrations-7::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

#ERP .why-ERP .erp-frame-11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  overflow: hidden;
}

#ERP .why-ERP .erp-frame-12 {
  margin-right: -10.50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-integrations-8 {
  margin-bottom: -2.00px;
  display: flex;
  flex-direction: column;
  width: 347px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  background-color: var(--erp-white-1);
  border-radius: 32px;
  overflow: hidden;
  border: none;
}

#ERP .why-ERP .erp-integrations-8::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

#ERP .why-ERP .erp-frame-13 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -58.50px;
}

#ERP .why-ERP .erp-integrations-9 {
  margin-bottom: -2.00px;
  margin-right: -2.00px;
  display: flex;
  flex-direction: column;
  width: 347px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  background-color: var(--erp-white-1);
  border-radius: 32px;
  overflow: hidden;
  border: none;
}

#ERP .why-ERP .erp-integrations-9::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

#ERP .why-ERP .erp-ERP-BUTTON {
  display: inline-flex;
  height: 72px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 40px;
  position: relative;
  background-color: var(--erp-primary);
  border-radius: 500px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  border: none;

  color: white;
  font-size: 18px;
  font-weight: 500;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

/* Hover effect: slight lift and glow */
#ERP .why-ERP .erp-ERP-BUTTON:hover {
  background-color: rgba(0, 111, 181, 1); /* or a darker blue shade of your primary */
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
  transform: translateY(-2px);
}

/* Click effect: subtle press */
#ERP .why-ERP .erp-ERP-BUTTON:active {
  transform: scale(0.96); /* press effect */
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2); /* slightly reduced glow */
}

#ERP .why-ERP .erp-register {
  position: relative;
  width: fit-content;
  font-family: "Outfit-Medium", Helvetica;
  font-weight: 500;
  color: var(--erp-white-3);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}
#ERP .why-ERP {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 48px 92px;
  position: relative;
  background-color: var(--erp-white-3);
}

#ERP .why-ERP .erp-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-text-wrapper {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Outfit-Medium", Helvetica;
  font-weight: 500;
  color: var(--erp-blk);
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

#ERP .why-ERP .erp-div-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-div {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Outfit-Medium", Helvetica;
  font-weight: 500;
  color: transparent;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
}

#ERP .why-ERP .erp-frame-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-integrations {
  display: flex;
  flex-direction: column;
  width: 347px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  margin-top: -2.00px;
  margin-left: -2.00px;
  background-color: var(--erp-white-1);
  border-radius: 32px;
  overflow: hidden;
  border: none;
}

#ERP .why-ERP .erp-integrations::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

#ERP .why-ERP .erp-frame-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Outfit-Medium", Helvetica;
  font-weight: 500;
  color: var(--erp-primary);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

#ERP .why-ERP .erp-frame-4 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-frame-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

#ERP .why-ERP .erp-frame-6 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-ellipse {
  position: relative;
  width: 32px;
  height: 32px;
  object-fit: cover;
}

#ERP .why-ERP .erp-text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Outfit-Medium", Helvetica;
  font-weight: 500;
  color: var(--erp-primary);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

#ERP .why-ERP .erp-img {
  position: relative;
  width: 32px;
  height: 32px;
}

#ERP .why-ERP .erp-integrations-2 {
  margin-top: -2.00px;
  display: flex;
  flex-direction: column;
  width: 347px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  background-color: var(--erp-white-1);
  border-radius: 32px;
  overflow: hidden;
  border: none;
}

#ERP .why-ERP .erp-integrations-2::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

#ERP .why-ERP .erp-frame-7 {
  display: flex;
  align-self: stretch;
  width: 100%;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-right: -21.50px;
  font-family: "Outfit-Medium", Helvetica;
  font-weight: 500;
  color: var(--erp-primary);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

#ERP .why-ERP .erp-integrations-3 {
  margin-top: -2.00px;
  margin-right: -2.00px;
  display: flex;
  flex-direction: column;
  width: 347px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  background-color: var(--erp-white-1);
  border-radius: 32px;
  overflow: hidden;
  border: none;
}

#ERP .why-ERP .erp-integrations-3::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

#ERP .why-ERP .erp-integrations-4 {
  margin-left: -2.00px;
  display: flex;
  flex-direction: column;
  width: 347px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  background-color: var(--erp-white-1);
  border-radius: 32px;
  overflow: hidden;
  border: none;
}

#ERP .why-ERP .erp-integrations-4::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

#ERP .why-ERP .erp-integrations-5 {
  display: flex;
  flex-direction: column;
  width: 347px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  background-color: var(--erp-white-1);
  border-radius: 32px;
  overflow: hidden;
  border: none;
}

#ERP .why-ERP .erp-integrations-5::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

#ERP .why-ERP .erp-frame-8 {
  display: inline-flex;
  margin-right: -42.50px;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-frame-9 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -0.50px;
}

#ERP .why-ERP .erp-integrations-6 {
  margin-right: -2.00px;
  display: flex;
  flex-direction: column;
  width: 347px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  background-color: var(--erp-white-1);
  border-radius: 32px;
  overflow: hidden;
  border: none;
}

#ERP .why-ERP .erp-integrations-6::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

#ERP .why-ERP .erp-frame-10 {
  margin-right: -49.50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-integrations-7 {
  margin-bottom: -2.00px;
  margin-left: -2.00px;
  display: flex;
  flex-direction: column;
  width: 347px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  background-color: var(--erp-white-1);
  border-radius: 32px;
  overflow: hidden;
  border: none;
}

#ERP .why-ERP .erp-integrations-7::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

#ERP .why-ERP .erp-frame-11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  overflow: hidden;
}

#ERP .why-ERP .erp-frame-12 {
  margin-right: -10.50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

#ERP .why-ERP .erp-integrations-8 {
  margin-bottom: -2.00px;
  display: flex;
  flex-direction: column;
  width: 347px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  background-color: var(--erp-white-1);
  border-radius: 32px;
  overflow: hidden;
  border: none;
}

#ERP .why-ERP .erp-integrations-8::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

#ERP .why-ERP .erp-frame-13 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -58.50px;
}

#ERP .why-ERP .erp-integrations-9 {
  margin-bottom: -2.00px;
  margin-right: -2.00px;
  display: flex;
  flex-direction: column;
  width: 347px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  background-color: var(--erp-white-1);
  border-radius: 32px;
  overflow: hidden;
  border: none;
}

#ERP .why-ERP .erp-integrations-9::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(
    130deg,
    rgba(244, 190, 25, 0.7) 33%,
    rgba(0, 111, 181, 1) 57%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

#ERP .why-ERP .erp-ERP-BUTTON {
 display: inline-flex;
  height: 72px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 40px;
  position: relative;
  background-color: var(--erp-primary);
  border-radius: 500px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  border: none; /* Optional: in case there's a border too */
}

#ERP .why-ERP .erp-register {
  position: relative;
  width: fit-content;
  font-family: "Outfit-Medium", Helvetica;
  font-weight: 500;
  color: var(--erp-white-3);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  #ERP .why-ERP {
    padding: 24px;
  }

  .erp-why-ERP .erp-frame-2 {
    justify-content: center;
  }

  #ERP .why-ERP .erp-integrations,
  #ERP .why-ERP .erp-integrations-2,
  #ERP .why-ERP .erp-integrations-3,
  #ERP .why-ERP .erp-integrations-4,
  #ERP .why-ERP .erp-integrations-5,
  #ERP .why-ERP .erp-integrations-6,
  #ERP .why-ERP .erp-integrations-7,
  #ERP .why-ERP .erp-integrations-8,
  #ERP .why-ERP .erp-integrations-9 {
    width: 100%;
    max-width: 347px;
  }
}

@media (max-width: 480px) {
  #ERP .why-ERP .erp-div {
    font-size: 24px;
    line-height: 28px;
  }

  #ERP .why-ERP .erp-text-wrapper-3 {
    font-size: 14px;
    line-height: 28px;
  }

  #ERP .why-ERP .erp-ERP-BUTTON {
    width: 100%;
  }
}

