.contact-section {
  padding: 60px 20px;
  color: var(--primary) !important;
  background-color: var(--primary);
}

.contact-section .call-big {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: var(--secondary);
  margin: 15px 0;
  text-decoration: none;
}

.contact-section .section-desc {
  font-size: 16px;
  margin-bottom: 20px;
  color: #555;
}

.contact-section .btn-wrapper {
  margin-top: 10px;
}
