.cw-header-business h2 a {
    font-size: 1.5rem;
    padding: 0.3em 0.5em;
    margin-bottom: 0;
    color: #000;
  }
  .cw-header-business p,
  .cw-header-business p a {
    font-size: 1.2rem;
    padding: 0.2em 0em;
    line-height: 1.4em;
    margin-bottom: 0;
    color: #000;
  }
  .cw-header-business a:hover,
  .cw-header-business p span {
    color: var(--color-theme-highlight);
  }


  .cw-hero {
    background-image: linear-gradient(to bottom, rgba(70, 72, 84, .6), rgba(70, 72, 84, .6)),
        url('https://apihoard.webit.com/api/v1/Image/C89E6659B3E21E35B37D900C7A60BEBD/C89E6659B3E21E35B37D900C7A60BEBD.jpg?size=800x600');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 11em 0;
}

    /*--- Floating links ---*/
    .cw-lets-talk {
        position: fixed;
        bottom: 1em;
        right: 1em;
        border-radius: 25px;
        -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .2);
        box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .2);
    }

    .cw-lets-talk:hover {
        cursor: pointer;
    }

    .hidden {
        display: none;
    }

    #contactBtns a {
        display: inline-block;
        width: 54px;
        height: 54px;
        padding: 10px;
        border-radius: 50%;
        background: #000
    }

    #contactBtns a {
        display: inline-block;
        width: 54px;
        height: 54px;
        padding: 10px;
        border-radius: 50%;
        background: #000;
    }

    #contactBtns .fa {
        font-size: 35px;
        color: var(--color-theme-secondary);
    }