.top-nav {
  background-color: #38ca13;
}
.menu-toggler {
  background-color: #38ca13;
}

.btn:hover {
  color: #38ca13;
}

.about-img {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.about-img {
  background-image: url("../img/about.jpg");
}

.about-text {
  width: 90%;
  font-size: 1.8rem;
}

.about-text h1 {
  font-size: 6rem;
  color: #38ca13;
  font-weight: 900;
}

.about-text h2 {
  font-size: 2.5rem;
}

.about-text h5 {
  font-size: 1.8rem;
}
.about-text h5 a {
  color: #38ca13;
}

.social-icons {
  list-style: none;
}

.social-icons a i {
  width: 30px;
  color: #38ca13;
}

.social-icons li a {
  color: #fff;
  font-size: 1.5rem;
}

.social-icons a:hover {
  color: #fff;
}

@media (min-width: 992px) {
  .about {
    display: flex;
  }
  .about-img {
    height: 100vh;
  }
  .about-text h1 {
    font-size: 10rem;
  }

  .about-text h2 {
    font-size: 3rem;
  }

  .about-text h5 {
    font-size: 1.8rem;
  }
  .about-text p {
    font-size: 1.8rem;
  }
}
