#footerCss {
  .nav-link {
    color: #757575;
  }

  ul li {
    line-height: 16px !important;
  }
  .fw-menu li {
    display: inline-block;
    margin: 0 1px;
    /* display: flex; */
    align-items: center;
  }
  /* .page-section,
  .small-section,
  .bg-image {
    width: 100%;
    display: block;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: var(--section-padding-y);
  } */
  .text-center {
    text-align: center !important;
  }
}


@media screen and (max-width: 768px) {
  .mobileHideFooter {
    display:none;
  }
}

#footerCss {
  .page-section,
  .small-section,
  .bg-image {
    width: 100%;
    display: block;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
