.featured-block + .featured-block {
  margin-top: -30px;
}

.featured-block {
  display: none;
  min-height: 320px;
  gap: 15px;
}

.featured-block__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  flex: 213px 0 0;
}

.featured-block__details h3,
.featured-block__details--mobile h3 {
  color: #d13c29;
  font-weight: 700;
  font-size: 36px;
  line-height: 39.6px;
}

.featured-block__details p,
.featured-block__details--mobile p {
  color: black;
  font-weight: 500;
  font-size: 14px;
  line-height: 18.2px;
}

.featured-block__details a,
.featured-block__actions--mobile a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 42px;
  background-color: #3c885d;
  color: white;
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 42px;
  border-radius: 21px;
}

.featured-block__details a:hover {
  background-color: #225438;
}

.featured-block__content {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex: 1 1 0;
  margin: 0;
}

.featured-block__item::before,
.featured-block--mobile .fb-carousel-item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 54.99%
  );
  border-radius: 9px;
}

.featured-block__item,
.featured-block--mobile .fb-carousel-item a {
  display: block;
  position: relative;
  max-width: 256px;
  border-radius: 9px;
  flex: 1 1 0;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}

.featured-block--mobile .fb-carousel-item a {
  height: 320px;
  width: 261px;
}

.featured-block__item h4,
.featured-block--mobile .fb-carousel-item h4 {
  position: absolute;
  width: calc(100% - 44px);
  bottom: 48px;
  left: 22px;
  font-weight: 700;
  font-size: 22px;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.featured-block__item h4:hover {
  -webkit-line-clamp: unset;
}

.featured-block__item span,
.featured-block--mobile .fb-carousel-item span {
  position: absolute;
  bottom: 25px;
  left: 22px;
  font-weight: 900;
  font-size: 0.875rem;
  color: #efac57;
}

.featured-block__item:hover span {
  color: #ee704e;
  text-decoration: underline;
}

.featured-block--mobile {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.featured-block__details--mobile {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
  width: 100%;
}

.featured-block__details--mobile h3 {
  font-size: 1.25rem;
  line-height: 110%;
  margin: 0;
}

.featured-block__details--mobile p {
  font-size: 1rem;
  line-height: 130%;
  text-align: center;
  margin: 0;
}

.featured-block__actions--mobile {
  display: flex;
  gap: 0.8125rem;
}

.featured-block__actions--mobile a {
  margin: 0;
  width: 16.25rem;
}

.featured-block--mobile .fb-carousel {
  width: 100vw;
  margin-left: -0.9375rem;
  padding-left: 0.9375rem;
}

.featured-block--mobile .fb-carousel-inner {
  display: flex;
  width: 100%;
  gap: 0.9375rem;
  overflow-x: hidden;
}

.featured-block--mobile .fb-carousel-item:last-child {
  margin-right: calc(100vw - 261px - 1.875rem);
}

.fb-carousel-actions {
  display: flex;
  gap: 6px;
}

.fb-carousel-button {
  width: 42px;
  height: 42px;
  border: none;
  background-color: #3c885d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fb-carousel-button:disabled {
  opacity: 0.25;
}

@media screen and (min-width: 768px) {
  .featured-block {
    display: flex;
  }

  .featured-block--mobile {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .featured-block {
    gap: 90px;
  }
}
