.contributions-recommended {
  width: 100%;
  padding: 11.7rem 14.1rem;
}

@media screen and (max-width: 1440px) {
  .contributions-recommended {
    padding: 11.7rem 8rem;
  }
}

@media screen and (max-width: 767px) {
  .contributions-recommended {
    padding: 3.9rem 1.7rem;
  }
}

.contributions-recommended ul {
  padding: 0;
  margin: 0;
}

.contributions-recommended li {
  list-style: none;
}

.contributions-recommended .rebounds__list__item__tag,
.contributions-recommended .rebounds__list__item__cat,
.contributions-recommended .rebounds__cta {
  font-family: "IBM Plex Mono", monospace;
}

.contributions-recommended h3 {
  font-weight: 500;
  margin: 0;
}

.contributions-recommended .rebounds__list__item__tag,
.contributions-recommended .rebounds__list__item__cat {
  font-size: 1.3rem;
  color: #565963;
}

@media screen and (max-width: 767px) {
  .contributions-recommended .rebounds__list__item__tag,
  .contributions-recommended .rebounds__list__item__cat {
    font-size: 1.1rem;
  }
}

.contributions-recommended .rebounds__list__item__tag {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .contributions-recommended .rebounds__list__item__tag {
    margin-right: 3px;
  }
}

.contributions-recommended .rebounds__list__item__cat {
  font-weight: 700;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .contributions-recommended .rebounds__list__item__cat {
    margin-left: 0;
  }
}

.contributions-recommended .rebounds__list__item__chapo {
  font-weight: 400;
}


.contributions-recommended .rebounds__list__item {
  padding-bottom: 2.6rem;
}

.contributions-recommended .rebounds__list__item__image img {
  margin-bottom: 2.6rem;
}

@media screen and (max-width: 767px) {
  .contributions-recommended .rebounds__list__item__image img {
    margin-bottom: 2.3rem;
  }
}

.contributions-recommended .rebounds__list__item__title {
  font-size: 3.7rem;
  margin: 2.6rem 0 1.3rem;
  line-height: 1.04;
}

@media screen and (max-width: 1440px) {
  .contributions-recommended .rebounds__list__item__title {
    font-size: 2.759rem;
  }
}

@media screen and (max-width: 767px) {
  .contributions-recommended .rebounds__list__item__title {
    font-size: 1.81rem;
    margin: 1.4rem 0 1.3rem;
  }
}

.contributions-recommended .rebounds__list__item__chapo {
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .contributions-recommended .rebounds__list__item__chapo {
    font-size: 1.6rem;
  }
}

.contributions-recommended .rebounds {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contributions-recommended .rebounds__list {
  display: flex;
  justify-content: space-between;
  gap: 2.2rem;
  margin: 5.2rem 0 5rem;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .contributions-recommended .rebounds__list {
    flex-wrap: wrap;
  }
}

.contributions-recommended .rebounds__list__item {
  width: 100%;
  max-width: calc((100% / 5) - 1.1rem);
}

@media screen and (max-width: 991px) {
  .contributions-recommended .rebounds__list__item {
    max-width: calc((100% / 2) - 1.1rem);
  }
}

@media screen and (max-width: 767px) {
  .contributions-recommended .rebounds__list__item {
    max-width: 100%;
  }
}

.contributions-recommended .rebounds__list__item .rebounds__list__item__image {
  position: relative;
  display: block;
  margin-bottom: 2.586rem;
}

@media screen and (max-width: 767px) {
  .contributions-recommended .rebounds__list__item .rebounds__list__item__image {
    margin-bottom: 1.897rem;
  }
}

.contributions-recommended .rebounds__list__item .rebounds__list__item__image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc((113 / 150) * 100%);
}

.contributions-recommended .rebounds__list__item:nth-child(2) .rebounds__list__item__image::before,
.contributions-recommended .rebounds__list__item:nth-child(4) .rebounds__list__item__image::before {
  padding-top: calc((309 / 296) * 100%);
}

.contributions-recommended .rebounds__list__item .rebounds__list__item__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .contributions-recommended .rebounds__list__item {
    text-align: center;
  }

  .contributions-recommended .rebounds__list__item__title,
  .contributions-recommended .rebounds__list__item__chapo {
    padding: 0 1.5rem;
  }
}

.contributions-recommended .rebounds__cta {
  background-color: #8E2138;
  color: #ffffff;
  padding: 0.87rem 1.9rem;
  font-size: 2.15rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .contributions-recommended .rebounds__cta {
    font-size: 1.6rem;
    padding: 1.1rem 2.3rem;
  }
}