.feed-block {
  background: linear-gradient(108.07deg, rgba(255, 232, 199, 0.4) 6.35%, rgba(181, 179, 255, 0.26) 58.87%, rgba(196, 238, 255, 0.4) 86.92%);
  padding: 2.5rem 0;
}
@media (min-width: 1280px) {
  .feed-block {
    padding: 5rem 0;
  }
}
@media (min-width: 1024px) {
  .feed-block .block__header {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.feed-block .block__header .button {
  margin: 1rem 0 2.25rem;
}
@media (min-width: 1024px) {
  .feed-block .block__header .button {
    margin-top: 0;
  }
}
.feed-block .block__title {
  margin-top: 0;
}
.feed-block__items {
  max-width: 20rem;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .feed-block__items {
    max-width: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
}
@media (min-width: 768px) {
  .feed-block__items {
    gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .feed-block__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1280px) {
  .feed-block__items {
    gap: 2.5rem;
  }
}
@media (min-width: 640px) {
  .feed-block__items .feed-block__item {
    margin-bottom: 0;
  }
}
.feed-block__item {
  text-decoration: none;
  display: block;
}
.feed-block__item figure {
  overflow: hidden;
  border-radius: 0.75rem;
  display: flex;
  position: relative;
}
.feed-block__item figure img {
  transition: all 300ms cubic-bezier(0.62, 0.01, 0.37, 0.99);
  transition-property: transform;
}
.feed-block__item-fig {
  position: relative;
  height: 15rem;
}
.feed-block__item-fig:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: linear-gradient(8.69deg, rgba(0, 0, 0, 0.22) 7.87%, rgba(0, 0, 0, 0) 42.69%);
}
.feed-block__item-fig-feature {
  position: relative;
}
@media (max-width: 639px) {
  .feed-block__item-fig-feature {
    padding-bottom: 80%;
  }
}
@media (min-width: 640px) {
  .feed-block__item-fig-feature {
    max-width: none;
  }
}
.feed-block__item-fig-feature:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60.94%, #000000 100%);
}
.feed-block__item-img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.feed-block__item-img-feature {
  position: relative;
}
@media (max-width: 639px) {
  .feed-block__item-img-feature {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.feed-block__item-date {
  font-size: 0.75rem;
  font-family: "Gotham Bold", sans-serif;
  color: #545454;
}
.feed-block__item-title {
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #000000;
  font-family: "Gotham Bold", sans-serif;
  margin-top: 0.5rem;
  line-height: 1.3;
}
.feed-block__item.feature {
  display: block;
  position: relative;
  margin-bottom: 2.25rem;
}
.feed-block__item.feature .feed-block__item-date {
  color: white;
}
.feed-block__item.feature .feed-block__item-title {
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.75rem;
  color: white;
}
.feed-block__item.feature .feed-block__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  z-index: 2;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .feed-block__item.feature .feed-block__item-content {
    padding: 0 1.5625rem 1.25rem;
  }
}
@media (min-width: 1280px) {
  .feed-block__item.feature .feed-block__item-content {
    padding: 0 3.625rem 1.25rem;
  }
}
.feed-block__item:hover figure img, .feed-block__item:focus figure img {
  transform: scale(1.2);
}
/*# sourceMappingURL=feed-block.css.map */
