.footer-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: sticky;
  bottom: 0;
  background-color: var(--subaru-blue);
  color: white;
  padding: 0.5rem 1rem;
  z-index: 10;
  text-align: left;
  gap: 2rem;
  line-height: 1;
  overflow: hidden;
}

.footer-title {
  font-size: 2vw;
}

.footer-cta-description p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .footer-cta-description {
    display: none;
  }
}
