.WhatsApp {
  height: 48px;
}
@media (max-width: 992px) {
  .WhatsApp {
    height: 40px;
  }
}
.brand-logo {
  height: 48px;
  margin-right: 10px;
}
.navbar-nav .nav-item .nav-link {
  font-size: 22px;
}
footer a {
  font-size: 18px;
}
.footer-heading {
  font-size: 22px;
}
@media (max-width: 992px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
  footer a {
    font-size: 18px;
  }
  .footer-heading {
    font-size: 16px;
  }
}
.profile-img {
  background-color: #f5e47b;
  width: 150px;
  height: 150px;
  object-fit: contain;
  padding: 12px;
  border-radius: 50%;
  border: 5px solid #000;
}

footer {
  background-color: #111;
  color: white;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.footer-heading {
  font-weight: bold;
  border-left: 3px solid #f90;
  padding-left: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .footer-heading {
    border-left: 0px solid #f90;
  }
}

.social-icons a {
  color: white;
  margin: 0 10px;
  font-size: 20px;
}

.green-btn {
  background-color: #128c21;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 14px 24px;
  width: fit-content;
}
.btn-success {
  width: fit-content;
  margin: 20px auto;
  display: block;
  color: #fff;
  background-color: #128c7e;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 40px;
  border-radius: 65px 65px 65px 65px;
  text-decoration: none;
}
.download-btn {
  padding: 16px 28px;
  text-decoration: none;
  background-color: #25d366;
  color: #000;
  border: 1px solid #1c1e21;
  padding: 16px 28px;
  border-radius: 50px;
}
