.green-link-list {
  background: url("/wp-content/themes/islamichelp/assets/images/green-links.jpg") no-repeat center;
  background-size: cover;
  padding: 3.75rem 0;
}
.green-link-list__title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .green-link-list__title {
    font-size: 24px;
    line-height: 133%;
    margin-bottom: 2.875rem;
  }
}
.green-link-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1.5rem 5rem;
  flex-wrap: wrap;
}
.green-link-list__item {
  width: calc((100% - 80px) / 2);
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
}
.green-link-list__item.one-column {
  width: 100%;
}
.green-link-list__item.two-columns {
  width: calc((100% - 80px) / 2);
}
@media (max-width: 767px) {
  .green-link-list__item {
    width: 100% !important;
  }
}
.green-link-list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Antonio", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 991px) {
  .green-link-list__link {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */