/* HOME

@media (max-width: 576px) {
  .hero {
    height: 980px;
  }
  .hero h1 {
    text-align: left;
  }
  .hero img {
    margin-top: 50px !important;
  }

  #apropos img {
    width: 100%;
    height: 15rem;
    box-shadow: 0 0 15px black;
  }
  #apropos h1 {
    margin-left: 0;
  }
  #apropos p {
    margin-left: 0;
  }

  #service {
    height: 130rem;
  }
  #service .card {
    width: 100% !important;
    margin-bottom: 20px;
  }

  #section6 {
    height: 310px;
  }
  #section6 .btn {
    float: left;
    margin-top: -10px;
  }
}

@media (min-width: 768px) {
  .hero {
    height: 68rem;
  }
  .hero h1 {
    text-align: left;
  }
  .hero img {
    margin-top: 80px !important;
  }

  #apropos img {
    width: 325%;
    height: 25rem;
    box-shadow: 0 0 15px black;
  }
  #apropos h1 {
    margin-left: -235px;
    margin-top: 450px;
  }
  #apropos p {
    margin-left: -235px;
  }

  #service {
    height: 75rem;
  }
  #service .card {
    width: 100% !important;
    margin-bottom: 20px;
  }

  #section6 {
    height: 190px;
  }
} */
