.block-species_wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 3.75rem;
}

.block-species {
  margin-bottom: 7.5rem;
}

.block-species__left-column {
  width: 33%;
  position: sticky;
  top: 2.5rem;
}

.block-species_title span {
  color: var(--c-brand-orange);
}

.block_species__button {
  margin-top: 3.25rem;
}

.block_species_item_subtitle {
  line-height: 130%;
  opacity: 0.6;
  margin-top: 0.625rem;
}

.block-species_title {
  text-align: center;
  margin-bottom: 1.875rem;
}

.block-species-subtitle {
  text-align: center;
}

.block_species_item_text {
  margin-top: 1rem;
}

.block-species__left-column p:not(:last-child) {
  margin-bottom: 1rem;
}

.block-species__right-column {
  width: 65%;
}

.block-species__cards {
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.block-species__single-card {
  width: calc(50% - 0.625rem);
  padding: 1.563rem;
  border-radius: 1.563rem;
  background-color: var(--c-light-grey);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
}

.block-species__single-card:last-child {
  align-self: flex-start;
}

.block-species__single-card span:first-of-type {
  display: block;
  margin-bottom: 1.563rem;
  opacity: 0.5;
}

.block_species_item_text p:not(:last-child) {
  margin-bottom: 0.563rem;
}

@media screen and (max-width: 1199.98px) {
  .block_species_item_subtitle br,
  .block-species__text br {
    display: none;
  }
}

@media screen and (max-width: 1023.98px) {
  .block-species__left-column {
    width: 100%;
    max-width: 100%;
    position: unset;
    top: auto;
  }

  .block-species__left-column .species-block__title {
    margin-bottom: 1.875rem;
    max-width: 100%;
  }

  .block-species__right-column {
    width: 100%;
  }

  .block-species__cards {
    position: unset;
    gap: 1.5625rem;
  }

  .block-species__single-card {
    width: 100%;
    border-radius: 0.938rem;
    position: sticky;
    top: 1.5rem;
    align-self: stretch;
  }

  .block-species__single-card:last-child {
    min-height: 21rem;
  }

  .block-species__single-card p {
    margin-bottom: 0.313rem;
  }

  .block-species__single-card p br {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .block-species_wrapper {
    gap: 1.875rem;
  }

  .block-species__left-column .species-block__title {
    margin: 0 auto 1.875rem;
    max-width: 14.375rem;
    text-align: center;
  }

  .block-species__left-column p {
    text-align: center;
  }

  .block-species__single-card p.text-xl.font-semibold {
    max-width: 16.5rem;
  }

  .block-species_wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 1.875rem;
  }

  .block-species-subtitle.text-l {
    font-size: 1rem;
  }

  .block-species__single-card span:first-of-type {
    margin-bottom: 1.25rem;
  }

  .block-species__cards {
    gap: 1.25rem;
  }

  .block_species__button {
    margin-top: 1.875rem;
  }

  .block-species {
    margin-bottom: 6.25rem;
  }
}

@media screen and (max-width: 479.98px) {
  .block-species-subtitle br {
    display: none;
  }

  .block-species__text {
    max-width: 17.875rem;
    margin: 0 auto;
  }
}
