/*--------------------------------------------------------------
# About Hero General
--------------------------------------------------------------*/

.about-hero {
    width: 100%;
    height: 60vh;
    background: url("../img/about-bg.jpg") top center;
    background-size: cover;
    position: relative;
  }
  .about-hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .about-hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
  }
  
  .about-hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
  }
  
  .about-hero p {
    color: #eee;
    margin-bottom: 50px;
    font-size: 24px;
  }
  
  .about-hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    background: #8fc04e;
    display: inline-block;
    padding: 16px 33px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #8fc04e;
    color: #fff;
  }
  
  .about-hero .btn-get-started:hover {
    color: #ffffff;
    background: #8fc04e88;
    border: 2px solid #8fc04e88;
  }
  
  @media (min-width: 1024px) {
    .about-hero {
      height: 90vh;
      background-attachment: fixed;
    }
    .about-hero p {
      font-size: 18px;
      line-height: 24px;
      color: white;
      margin: 0 20% 30px 20% ;
  }
  }
  
  @media (max-width: 768px) {
    .about-hero {
      height: 100vh;
    }
  
    .about-hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
  
    .about-hero p {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
  }


#why-us {
    padding: 0px;
    overflow: hidden;
  }

  #counts {
    padding: 0px;
    overflow: hidden;
  }