.wbbs-widget-root,
.wbbs-widget-root * {
  box-sizing: border-box;
}

.wbbs-widget-root {
  width: 100%;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #000000;
}

.wbbs-widget-root .why-brabant-section {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #222222;
  padding: 31px 20px 68px;
}

.wbbs-widget-root .why-brabant-container {
  width: 100%;
  max-width: 1215px;
  margin: 0 auto;
}

.wbbs-widget-root .why-brabant-title {
  text-align: center;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 2.4px;
  color: #030303;
  margin: 0 0 38px;
}

.wbbs-widget-root .why-brabant-title span {
  color: #9e2119;
  font-weight: 800;
}

.wbbs-widget-root .why-brabant-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 45px;
  row-gap: 0;
  align-items: start;
}

.wbbs-widget-root .why-brabant-card {
  text-align: center;
}

.wbbs-widget-root .why-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 45px;
  color: #9e2a21;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wbbs-widget-root .why-icon svg {
  width: 47px;
  height: 47px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wbbs-widget-root .why-icon-fill svg {
  fill: currentColor;
  stroke: none;
}

.wbbs-widget-root .why-icon-custom svg,
.wbbs-widget-root .why-icon-elementor svg {
  width: 47px;
  height: 47px;
  display: block;
  fill: currentColor;
  stroke: currentColor;
}

.wbbs-widget-root .why-icon i {
  font-size: 47px;
  line-height: 1;
  color: currentColor;
}

.wbbs-widget-root .why-card-title {
  font-size: 23px;
  line-height: 1.17;
  font-weight: 800;
  color: #000000;
  letter-spacing: 0.1px;
  margin: 0 0 13px;
  min-height: 54px;
}

.wbbs-widget-root .why-card-text {
  max-width: 280px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.42;
  font-weight: 400;
  color: #565b62;
  letter-spacing: 0.15px;
}

@media (max-width: 1024px) {
  .wbbs-widget-root .why-brabant-section {
    padding: 35px 22px 62px;
  }

  .wbbs-widget-root .why-brabant-title {
    font-size: 33px;
    letter-spacing: 1.6px;
    margin-bottom: 42px;
  }

  .wbbs-widget-root .why-brabant-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 52px 35px;
  }

  .wbbs-widget-root .why-icon {
    margin-bottom: 30px;
  }

  .wbbs-widget-root .why-card-title {
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .wbbs-widget-root .why-brabant-section {
    padding: 34px 16px 52px;
  }

  .wbbs-widget-root .why-brabant-title {
    font-size: 27px;
    line-height: 1.32;
    letter-spacing: 1px;
    margin-bottom: 36px;
  }

  .wbbs-widget-root .why-brabant-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .wbbs-widget-root .why-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 22px;
  }

  .wbbs-widget-root .why-icon svg {
    width: 45px;
    height: 45px;
  }

  .wbbs-widget-root .why-icon i {
    font-size: 45px;
  }

  .wbbs-widget-root .why-card-title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 11px;
  }

  .wbbs-widget-root .why-card-text {
    font-size: 16px;
    line-height: 1.45;
    max-width: 300px;
  }
}
