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

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

.whr-widget-root .why-renovatie-section {
  width: 100%;
  background: var(--whr-section-bg, #ffffff);
  padding: 46px 20px 56px;
}

.whr-widget-root .why-renovatie-container {
  width: 100%;
  max-width: var(--whr-container-max-width, 1180px);
  margin: 0 auto;
}

.whr-widget-root .why-renovatie-title {
  text-align: center;
  font-size: 39px;
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: 4.2px;
  color: #000000;
  margin: 0 0 39px;
}

.whr-widget-root .why-renovatie-title span {
  color: #9f0808;
}

.whr-widget-root .why-renovatie-grid {
  display: grid;
  grid-template-columns: repeat(var(--whr-grid-columns, 4), 1fr);
  column-gap: var(--whr-grid-column-gap, 58px);
  row-gap: var(--whr-grid-row-gap, 0px);
  align-items: start;
  text-align: center;
}

.whr-widget-root .why-renovatie-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: var(--whr-card-border-width, 0px) solid var(--whr-card-border-color, transparent);
  border-radius: var(--whr-card-border-radius, 0px);
  background: var(--whr-card-bg, transparent);
  padding: var(--whr-card-padding, 0);
  box-shadow: var(--whr-card-box-shadow, none);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.whr-widget-root .why-renovatie-item:hover {
  transform: translateY(var(--whr-card-hover-lift, 0px));
}

.whr-widget-root .why-renovatie-icon {
  width: var(--whr-icon-box-size, 52px);
  height: var(--whr-icon-box-size, 52px);
  margin-bottom: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a12619;
}

.whr-widget-root .why-renovatie-icon svg {
  width: var(--whr-icon-size, 48px);
  height: var(--whr-icon-size, 48px);
  display: block;
  fill: currentColor;
  stroke: currentColor;
}

.whr-widget-root .why-renovatie-icon i,
.whr-widget-root .why-renovatie-icon .elementor-icon,
.whr-widget-root .why-renovatie-icon .e-font-icon-svg {
  font-size: var(--whr-icon-size, 48px);
  width: var(--whr-icon-size, 48px);
  height: var(--whr-icon-size, 48px);
  color: currentColor;
  fill: currentColor;
}

.whr-widget-root .why-renovatie-item h3 {
  font-size: 22px;
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #000000;
  margin: 0 0 12px;
  min-height: 50px;
}

.whr-widget-root .why-renovatie-item p {
  font-size: 16.5px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0.35px;
  color: #666666;
  margin: 0 auto;
}

.whr-widget-root .why-line {
  white-space: nowrap;
  display: inline-block;
}

@media (max-width: 1024px) {
  .whr-widget-root .why-renovatie-container {
    max-width: 960px;
  }

  .whr-widget-root .why-renovatie-title {
    font-size: 34px;
    letter-spacing: 3px;
  }

  .whr-widget-root .why-renovatie-grid {
    column-gap: 28px;
  }

  .whr-widget-root .why-renovatie-item h3 {
    font-size: 19px;
  }

  .whr-widget-root .why-renovatie-item p {
    font-size: 14.5px;
  }
}

@media (max-width: 768px) {
  .whr-widget-root .why-renovatie-section {
    padding: 42px 20px 50px;
  }

  .whr-widget-root .why-renovatie-title {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 35px;
  }

  .whr-widget-root .why-renovatie-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 45px;
    column-gap: 25px;
  }

  .whr-widget-root .why-renovatie-icon {
    margin-bottom: 24px;
  }

  .whr-widget-root .why-line {
    white-space: normal;
  }
}

@media (max-width: 520px) {
  .whr-widget-root .why-renovatie-title {
    font-size: 24px;
    line-height: 1.35;
  }

  .whr-widget-root .why-renovatie-grid {
    grid-template-columns: 1fr;
    row-gap: 42px;
  }

  .whr-widget-root .why-renovatie-item h3 {
    min-height: auto;
  }
}
