.wea-list-section {
  background-color: #181818;
  color: #fefefe;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wea-list-container {
  grid-template-columns: 1fr !important;
}

.wea-list-header {
  max-width: 75ch;
}

.wea-list-wrapper {
  margin-top: 80px;
}

.wea-list-title {
  color: #fefefe !important;
}

.wea-list-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.wea-list-items {
  list-style-type: none;
}

.wea-list-item {
  border-left: 4px solid #fb273c;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
  max-width: 45ch;
}

.wea-list-item-title {
  font-family: "Karla", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  margin-bottom: 6px !important;
  text-transform: none !important;
  color: #fefefe !important;
}

@media (max-width: 768px) {
  .wea-list-section {
    min-height: auto;
    padding: 60px 0;
  }

  .wea-list-wrapper {
    margin-top: 40px;
  }

  .wea-list-items {
    grid-template-columns: 1fr !important;
  }
}
