.window-types-banner {
  position: relative;
  height: 260px;
  background: url("../img/triple.jpg")
    center center / cover no-repeat;
  display: flex;
  align-items: center;
}
.triple-glazed-section {
  padding: 90px 0;
  background: #ffffff;
}

.triple-glazed-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.triple-glazed-text h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 18px;
}

.triple-glazed-text h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 22px 0 10px;
}

.triple-glazed-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 14px;
}

.triple-glazed-text ul {
  margin-left: 18px;
  margin-bottom: 18px;
}

.triple-glazed-text ul li {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.triple-glazed-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .triple-glazed-grid {
    grid-template-columns: 1fr;
  }
}
