.quickcontact-top-details {
  font-size: 16px;
  font-weight: 500;
  color: white;
}

.quickcontact-bottom-details {
  font-family: var(--font-heading-primary);
  font-size: 16px;
  font-weight: 500;
  color: white;
}

.title-whyus {
  color: var(--color-primary);
  font-weight: 800;
  font-size: 18px;
}

.text-counter {
  font-size: 6rem;
  font-weight: 700;
  color: white;
}

.text-counter span {
  font-size: 20px;
  display: block;
  margin-top: 15px;
  color: var(--color-secondary);
}

.text-icon-about {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: white;
  text-align: center;
}

.text-prices {
  font-size: 2rem;
  font-weight: 700;
  color: white;
}

.text-answer-faq {
  display: none;
}

.text-contact-team {
  color: var(--color-dark);
  font-weight: 600;
}

.text-error {
  color: red !important;
  font-size: 20px;
}

.text-success {
  color: var(--color-primary);
  display: none;
  font-size: 20px;
  font-weight: 600;
}

.text-contact-now {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-primary);
}

.contact-details-now {
  font-size: 18px;
  font-weight: 300;
  color: white;
}

.text-contact {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-secondary);
}

.contact-details {
  font-size: 18px;
  font-weight: 300;
  color: var(--color-primary);
}

.footer-nav-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-secondary);
}

.footer-creator {
  font-weight: 600;
}

.footer-creator a {
  text-decoration: none;
  margin-left: 3px;
}

.footer-creator a:hover {
  color: var(--color-secondary);
}

blockquote {
  font-size: 14px;
}
