.elementor-14736 .elementor-element.elementor-element-27873b9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e2e268a *//* ===== POOL TYPES ===== */
.types {
  background: var(--off);
}

.types-head,
.type-grid {
  max-width: 1074px;
  margin-left: auto;
  margin-right: auto;
}

.types-head {
  margin-bottom: 48px;
}

.types-head h2 {
  font-size: clamp(28px, 3.4vw, 42px);
}

.types-head p {
  color: #555;
  margin-top: 16px;
  font-size: 16px;
}

.type-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
}

.type-card {
  background: var(--white);
  padding: 34px 28px;
  transition: background .3s ease;
}

.type-card:hover {
  background: var(--green-soft);
}

.type-card .ic {
  width: 40px;
  height: 40px;
  color: var(--green);
  margin-bottom: 20px;
}

.type-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.type-card p {
  font-size: 14px;
  color: #555;
}

@media(max-width: 900px) {
  .types-head,
  .type-grid {
    max-width: calc(100% - 40px);
  }

  .type-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 560px) {
  .types-head,
  .type-grid {
    max-width: calc(100% - 24px);
  }

  .type-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */