@media (min-width: 600px) {
  /* quote section */
  .quote-wrapper {
    height: 50vh;
    width: 100%;
  }
  .quote-wrapper h2 {
    font-size: 2rem;
    line-height: 3.5rem;
  }

  /* cta section */
  .cta-wrapper {
    height: 50vh;
  }
  .cta-wrapper h2 {
    /* letter-spacing: 10px; */
    /* word-spacing: 15px; */
    font-size: 2.5rem;
  }
  .cta-wrapper .btn2 {
    padding: 20px 50px;
    margin-top: 50px;
  }
}

@media (max-width: 600px) {
  /* General */
  .section-padding {
    padding: 3rem 1rem;
  }
  .section-heading {
    font-size: 2rem;
  }
  /* Hero */
  .hero-wrapper {
    height: 75vh;
    padding: 1.5rem;
    background-position: center;
  }
  .hero-wrapper::after {
    background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0));
    opacity: 0.8;
  }
  .hero-wrapper h1 {
    font-size: 2rem;
  }
  .hero-wrapper p {
    width: 100%;
    font-size: 1rem;
  }
  /* About */
  .about-wrapper h1 {
    margin-top: 5px;
  }
  .about-wrapper .btn2 {
    display: none;
  }

  /* Quote  */
  .quote-wrapper h2 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5;
  }
  /* Service */
  .service-wrapper {
    padding: 3rem 0;
  }
  .service-wrapper .col-md-4 .card {
    height: auto;
  }
  /* Cta Section */
  .cta-wrapper {
    flex-direction: column;
    text-align: center;
  }
  /* Testimonials */
  .testimonial-wrapper .content {
    padding: 3rem 0.5rem;
  }
  .testimonial-wrapper p {
    width: 90%;
  }
  .map-wrapper .location {
    flex-direction: column;
  }
  /* Footer */
  .footer-wrapper .container {
    grid-template-columns: 1fr;
  }

  .footer-wrapper .container .info {
    text-align: center;
  }
  .footer-wrapper .container .contact {
    text-align: center;
  }
}
