.rb_cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 50px auto;
  gap: 16px 1%;
  padding: 0 16px;
}

.rb_cards .paragraphs__item.paragraphs__item--nav_spots_manual:has(.nav-spots--count-1) {
  width: 32.66%;
  margin-top: 0px !important;
  margin-left: 0;
  margin-right: 0;
  align-self: stretch;
  line-height: normal;
}

.rb_cards .nav-spots--count-1,
.rb_cards .nav-spots__items,
.rb_cards .nav-spots__item,
.rb_cards article,
.rb_cards a {
  height: 100%;
  max-height: 200px;
}

.nav-spot .nav-spot__subtitle {
        line-height: normal;
}

@media only screen and (min-width: 1024px) {
  .rb_cards .paragraphs__item.paragraphs__item--nav_spots_manual:has(.nav-spots--count-1):first-child:nth-last-child(2),
  .rb_cards .paragraphs__item:first-child:nth-last-child(2) ~ .paragraphs__item.paragraphs__item--nav_spots_manual:has(.nav-spots--count-1) {
    width: 49.5%;
  }
}

@media only screen and (min-width: 720px) and (max-width: 1023px) {
  .rb_cards .paragraphs__item.paragraphs__item--nav_spots_manual:has(.nav-spots--count-1) {
    width: 49.5%;
  }
  .rb_cards .paragraphs__item.paragraphs__item--nav_spots_manual:has(.nav-spots--count-1):nth-child(3n) {
    width: 100%;
  }
  .rb_cards .paragraphs__item.paragraphs__item--nav_spots_manual:has(.nav-spots--count-1):nth-child(3n) a {
    flex-direction: row;
  }
  .rb_cards .paragraphs__item.paragraphs__item--nav_spots_manual:has(.nav-spots--count-1):nth-child(3n) a figure.nav-spot__media {
    width: 110%;
  }
  .rb_cards .paragraphs__item.paragraphs__item--nav_spots_manual:has(.nav-spots--count-1):nth-child(6n + 6) a {
    flex-direction: row-reverse;
  }
  .rb_cards .paragraphs__item.paragraphs__item--nav_spots_manual:has(.nav-spots--count-1):nth-child(6n + 6) a .nav-spot__text {
    text-align: center;
    padding: 3% 5%;
  }
}

@media only screen and (max-width: 720px) {
  .rb_cards {
    flex-direction: row;
  }
  .rb_cards .paragraphs__item.paragraphs__item--nav_spots_manual:has(.nav-spots--count-1) {
    width: 100%;
  }
  .rb_cards .paragraphs__item.paragraphs__item--nav_spots_manual .nav-spots--count-1 a .nav-spot__text {
    width: 100%;
    /*text-wrap: balance;*/
    padding: 3% 5%;
    max-height: 200px;
  }
  .rb_cards .paragraphs__item.paragraphs__item--nav_spots_manual .nav-spots--count-1 a .nav-spot__text h2 {
    font-size: clamp(1rem, 0.3rem + 1vw, 1.5rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .rb_cards .paragraphs__item.paragraphs__item--nav_spots_manual .nav-spots--count-1 a .nav-spot__text h2 + p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: clamp(0.825rem, 1.1rem + -0.735vw, 1rem);
    text-overflow: ellipsis;
  }
}

.rb_cards .paragraphs__item.paragraphs__item--nav_spots_manual .nav-spots--count-1 a {
  display: flex;
  flex-direction: row;
}

.rb_cards .paragraphs__item.paragraphs__item--nav_spots_manual .nav-spots--count-1 .nav-spot__media {
  width: 45%;
  aspect-ratio: unset;
}

.rb_cards .paragraphs__item.paragraphs__item--nav_spots_manual .nav-spots--count-1 .nav-spot__media figcaption.image-credited__info {
  display: none;
}

.rb_cards .paragraphs__item.paragraphs__item--nav_spots_manual .nav-spots--count-1 a .nav-spot__text {
  width: 100%;
  text-wrap-style: balance;
  padding: 5%;
  max-height: 200px;
}

.rb_cards .paragraphs__item.paragraphs__item--nav_spots_manual .nav-spots--count-1 a .nav-spot__text h2 {
  font-size: clamp(1rem, 0.2rem + 1vw, 1.5rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rb_cards .paragraphs__item.paragraphs__item--nav_spots_manual .nav-spots--count-1 a .nav-spot__text h2 + p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: clamp(0.825rem, 1.1rem + -0.535vw, 1rem);
  text-overflow: ellipsis;
}

.paragraphs__item.paragraphs__item--text_body:has(+ .rb_cards) .rich-text h2:only-child,
.paragraphs__item.paragraphs__item--text_body:has(+ .paragraphs__item.paragraphs__item--nav_spots_manual .nav-spots) .rich-text h2:only-child {
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  display: flex;
  flex-grow: 1;
  position: relative;
  margin-top: 60px;
  margin-bottom: -10px;
}

@media screen and (min-width: 1024px) {
  .paragraphs__item.paragraphs__item--text_body:has(+ .rb_cards) .rich-text h2:only-child,
  .paragraphs__item.paragraphs__item--text_body:has(+ .paragraphs__item.paragraphs__item--nav_spots_manual .nav-spots) .rich-text h2:only-child {
    font-size: 42px;
  }
}

@media screen and (min-width: 768px) {
  .paragraphs__item.paragraphs__item--text_body:has(+ .rb_cards) .rich-text h2:only-child,
  .paragraphs__item.paragraphs__item--text_body:has(+ .paragraphs__item.paragraphs__item--nav_spots_manual .nav-spots) .rich-text h2:only-child {
    line-height: 120%;
  }
}

.paragraphs__item.paragraphs__item--text_body:has(+ .rb_cards) .rich-text h2:only-child:before,
.paragraphs__item.paragraphs__item--text_body:has(+ .paragraphs__item.paragraphs__item--nav_spots_manual .nav-spots) .rich-text h2:only-child:before {
  top: auto;
  bottom: -0.4em;
  width: 80px;
  right: auto;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='81' height='16' viewBox='0 0 81 16' fill='none'><path d='M3 10C29.8561 3.71312 50.1886 4.9889 78 5.35819' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  position: absolute;
  content: "";
  left: 8px;
  height: .4em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
```

This version maintains the same functionality but with improved readability. Make sure to test the CSS in your development environment to ensure it behaves as expected.