body {
  font-family: Arial, sans-serif;
  background: #f5f7fa;
}

#get-your-quotes-elton {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.get-your-quotes-elton-container {
  background: linear-gradient(135deg, #ff7a00, #ff5e00);
  color: white;
  padding: 40px;
  border-radius: 20px;
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.get-your-quotes-elton-text h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.get-your-quotes-elton-text p {
  max-width: 500px;
  line-height: 1.6;
}

.get-your-quotes-elton-actions {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.get-your-quotes-elton-btn {
  border: none;
  padding: 12px 20px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
}

.get-your-quotes-elton-btn.primary {
  background: white;
  color: #333;
}

.get-your-quotes-elton-btn.secondary {
  background: #00c2c7;
  color: white;
}
