.elw_iw-climate-zone-row {
  max-width: 464px;
}

.elw_iw-climate-zone-row.three_climate {
  max-width: 100%;
}

.elw_iw-climate-zone-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.elw_iw-climate-zone-row.four_climate {
  grid-template-columns: 1fr 1fr;
}

.elw_iw-climate-zone-row.three_climate {
  grid-template-columns: 1fr 1fr 1fr;
}

.elw_iw-climate-zone-content {
  height: 151px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.elw_iw-climate-zone-content:before {
  background-color: transparent;
  background-image: linear-gradient(0deg, #000000cc 0%, #ffffff00 60%);
}

.elw_iw-climate-zone-row.three_climate .elw_iw-climate-zone-content {
  height: 155px;
}

.elw_iw-climate-zone-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.elw_iw-climate-zone-description {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.2;
}

.elw_iw-climate-zone-title,
.elw_iw-climate-zone-description {
  z-index: 3;
}

.elw_iw-climate-zone-column {
  position: relative;
}

.elw_iw-climate-zone-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.elw_iw-climate-zone-heading-wrapper h3 {
  margin: 20px 0 20px 0;
}

.elw_iw-climate-zone-content .elw_iw-climate-zone-image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .elw_iw-climate-zone-heading-wrapper h3 {
    font-size: 2.05vw;
    margin: 0 0 1.464vw 0;
  }

  .elw_iw-climate-zone-row {
    gap: 1.025vw;
    max-width: 33.968vw;
  }

  .elw_iw-climate-zone-content {
    height: 16.471vw;
    padding: 1.464vw;
  }

  .elw_iw-climate-zone-row.three_climate .elw_iw-climate-zone-content {
    height: 11.347vw;
  }

  .elw_iw-climate-zone-title {
    font-size: 1.318vw;
  }

  .elw_iw-climate-zone-description {
    font-size: 1.171vw;
    line-height: 1.2;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .elw_iw-climate-zone-heading-wrapper h3 {
    font-size: 2.344vw;
  }

  .elw_iw-climate-zone-row {
    gap: 1.367vw;
  }

  .elw_iw-climate-zone-content {
    height: 21.973vw;
    padding: 1.953vw;
  }

  .elw_iw-climate-zone-row.three_climate .elw_iw-climate-zone-content {
    height: 15.137vw;
  }

  .elw_iw-climate-zone-title {
    font-size: 1.758vw;
  }

  .elw_iw-climate-zone-description {
    font-size: 1.563vw;
  }
}

@media (max-width: 767px) {
  .elw_iw-climate-zone-description {
    font-size: 12px;
  }

  .elw_iw-climate-zone-title {
    font-size: 16px;
  }

  .elw_iw-climate-zone-heading-wrapper {
    text-align: center;
  }

  .elw_iw-climate-zone-content {
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .elw_iw-climate-zone-row.three_climate .elw_iw-climate-zone-content {
    height: 100px;
  }

  .elw_iw-climate-zone-row {
    max-width: 100%;
  }

  .elw_iw-climate-zone-row.four_climate {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

/* @media (max-width: 480px) {
    .elw_iw-climate-zone-row.three_climate {
        grid-template-columns: 1fr 1fr;
    }
} */
