.network-list {
  margin-bottom: 2rem;
}

.network-list__wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.network-list__header {
  width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 600px) {
  .network-list__header {
    width: 25%;
  }
}

.network-list__header h2 {
  color: #507A58;
  font-size: 24px;
  letter-spacing: -.5px;
  margin-bottom: .5rem;
}

.network-list__container {
  width: 100%;
}

@media (min-width: 600px) {
  .network-list__container {
    width: 70%;
  }
}

@media (max-width: 599px) {
  .network-list__container {
    display: block;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .network-list__container {
    display: block;
  }
}

.network-list__container:not(.flickity-enabled) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.network-list-item {
  width: 60%;
  margin-right: 1rem;
}

@media (min-width: 900px) {
  .network-list-item {
    width: 31%;
    margin-right: 0;
  }
}

.network-list-item__link {
  display: block;
}

.network-list-item__image {
  margin-bottom: 1rem;
}

.network-list-item__image img {
  border-radius: 20px;
}

.network-list-item__title {
  text-align: center;
}

.network-list-item__title h3 {
  color: #B3AA7F;
  font-size: 15px;
  font-family: din-2014, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.network-list-item__description {
  text-align: center;
}

@media (max-width: 599px) {
  .network-list-item__description {
    display: none;
  }
}
