.cta-container {
  max-width: 600px;
  margin: 50px auto;
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}

.cta-container h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.cta-container p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.cta-buttons {
  margin-bottom: 30px;
}

.cta-button {
  padding: 10px 20px;
  margin: 0 10px;
  font-size: 1rem;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.email-button {
  background-color: #ee1b24;
}

.phone-button {
  background-color: #ee1b24;
}

.cta-button:hover {
  opacity: 0.8;
}

.finance-form {
  margin-top: 30px;
  font-style: italic;
  color: #777;
}