.rv-growth-path {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(230px, .65fr);
  gap: 0;
  margin: 42px 0;
  overflow: hidden;
  color: #f7f2e7;
  background: #13243a;
  border-left: 5px solid #b96b22;
  box-shadow: 0 18px 44px rgba(15, 29, 47, .14);
}

.rv-growth-path__copy { padding: 28px 30px; }
.rv-growth-path__eyebrow {
  margin: 0 0 12px !important;
  color: rgba(247, 242, 231, .62) !important;
  font-family: "Archivo", sans-serif;
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: .18em;
}

.rv-growth-path h2 {
  margin: 0 !important;
  color: #fff !important;
  font-family: "Shippori Mincho", serif !important;
  font-size: clamp(23px, 3vw, 31px) !important;
  line-height: 1.42 !important;
  letter-spacing: .01em;
}

.rv-growth-path__copy > p:not(.rv-growth-path__eyebrow) {
  margin: 14px 0 0 !important;
  color: rgba(247, 242, 231, .76) !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
}

.rv-growth-path__copy small {
  display: block;
  margin-top: 12px;
  color: rgba(247, 242, 231, .48);
  font-size: 11px;
  line-height: 1.65;
}

.rv-growth-path__actions {
  display: grid;
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.rv-growth-path__actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 82px;
  padding: 18px 22px;
  color: #f7f2e7 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none !important;
  transition: background .16s ease, color .16s ease;
}

.rv-growth-path__actions a:last-child { border-bottom: 0; color: #efc38f !important; }
.rv-growth-path__actions a:hover { background: #b96b22; color: #fff !important; }
.rv-growth-path__actions span { flex: 0 0 auto; font-size: 17px; transition: transform .16s ease; }
.rv-growth-path__actions a:hover span { transform: translateX(3px); }

@media (max-width: 720px) {
  .rv-growth-path { grid-template-columns: 1fr; margin: 32px 0; }
  .rv-growth-path__copy { padding: 24px 20px; }
  .rv-growth-path h2 { font-size: 24px !important; }
  .rv-growth-path__actions { border-top: 1px solid rgba(255, 255, 255, .14); border-left: 0; }
  .rv-growth-path__actions a { min-height: 64px; padding: 15px 20px; }
}
