.brxe-sy-path-section .ws-path-wrap,
.brxe-sy-path-section-nestable .ws-path-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 60px;
}

.brxe-sy-path-section .ws-path-header,
.brxe-sy-path-section-nestable .ws-path-header {
  width: 100%;
  max-width: 730px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 30px;
}

.brxe-sy-path-section .ws-path-title,
.brxe-sy-path-section .ws-path-title *,
.brxe-sy-path-section-nestable .ws-path-title,
.brxe-sy-path-section-nestable .ws-path-title * {
  margin: 0;
}

.brxe-sy-path-section .ws-path-description,
.brxe-sy-path-section .ws-path-description *,
.brxe-sy-path-section-nestable .ws-path-description,
.brxe-sy-path-section-nestable .ws-path-description * {
  margin: 0;
  line-height: 1.5;
}

.brxe-sy-path-section .ws-path-cards,
.brxe-sy-path-section-nestable .ws-path-cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 35px;
}

.brxe-sy-path-section .ws-path-card,
.brxe-sy-path-section-nestable .ws-path-card {
  min-height: 385px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  row-gap: 25px;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
}

.brxe-sy-path-section .ws-path-card-header,
.brxe-sy-path-section-nestable .ws-path-card-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  row-gap: 20px;
}

.brxe-sy-path-section .SYElementSection-card-no-marker .ws-path-card-header,
.brxe-sy-path-section-nestable .SYElementSection-card-no-marker .ws-path-card-header {
  justify-content: center;
}

.brxe-sy-path-section .ws-path-card-number,
.brxe-sy-path-section-nestable .ws-path-card-number {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  line-height: 1;
}

.brxe-sy-path-section .ws-path-card-number-value,
.brxe-sy-path-section-nestable .ws-path-card-number-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.brxe-sy-path-section .ws-path-card-icon,
.brxe-sy-path-section-nestable .ws-path-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 1;
}

.brxe-sy-path-section .ws-path-card-icon svg,
.brxe-sy-path-section-nestable .ws-path-card-icon svg {
  width: 28px;
  height: 28px;
}

.brxe-sy-path-section .ws-path-card-title,
.brxe-sy-path-section .ws-path-card-title *,
.brxe-sy-path-section-nestable .ws-path-card-title,
.brxe-sy-path-section-nestable .ws-path-card-title * {
  margin: 0;
  text-align: center;
  line-height: 1.1;
}

.brxe-sy-path-section .ws-path-card-description,
.brxe-sy-path-section .ws-path-card-description *,
.brxe-sy-path-section-nestable .ws-path-card-description,
.brxe-sy-path-section-nestable .ws-path-card-description * {
  margin: 0;
  text-align: center;
  line-height: 1.5;
}

.brxe-sy-path-section .ws-path-card-cta,
.brxe-sy-path-section-nestable .ws-path-card-cta {
  margin-top: auto;
  width: fit-content;
  max-width: 100%;
}

.brxe-sy-path-section .SYElementSection-card-inverse,
.brxe-sy-path-section-nestable .SYElementSection-card-inverse {
  justify-content: center;
}

@media (max-width: 1279px) {
  .brxe-sy-path-section .ws-path-cards,
  .brxe-sy-path-section-nestable .ws-path-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .brxe-sy-path-section .ws-path-wrap,
  .brxe-sy-path-section-nestable .ws-path-wrap {
    row-gap: 40px;
  }

  .brxe-sy-path-section .ws-path-cards,
  .brxe-sy-path-section-nestable .ws-path-cards {
    gap: 20px;
  }

  .brxe-sy-path-section .ws-path-card,
  .brxe-sy-path-section-nestable .ws-path-card {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .brxe-sy-path-section .ws-path-header,
  .brxe-sy-path-section-nestable .ws-path-header {
    row-gap: 20px;
  }

  .brxe-sy-path-section .ws-path-cards,
  .brxe-sy-path-section-nestable .ws-path-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .brxe-sy-path-section .ws-path-card,
  .brxe-sy-path-section-nestable .ws-path-card {
    padding: 24px;
  }
}
