.wrap h1{
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: rgb(0, 0, 0);
    padding: 0px;
}
.ab-head h4{
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: rgb(0, 0, 0);
    padding: 0px;
}
.ab-what p{
    font-size: 25px;
    line-height: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: rgb(0, 0, 0);
}
.footer-copyright {
    background: #000;
    /* Adjust to your brand color */
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
  }
  
  .footer-copyright a {
    color: #f7aa21;
    /* Accent color */
    text-decoration: none;
  }
  
  .footer-copyright a:hover {
    text-decoration: underline;
  }
  .footer-copyright p{
    color:white;
  }