.footer{
 background-color: #fff;
 font-family: Open Sans, sans-serif;
  margin-top: 2rem;
}
.footer-nav {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.col-about, .col-nav  {
  float: left;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 576px) {
  .col-about {
    width: 33.3333333; 
  }
  .col-nav {
    width: 66.66667%; 
  }
}
@media screen and (min-width: 577px) {
  .col-about, .col-nav {
    width: 100%; 
  }
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.nav-apps{
  display: inline-block;
  margin: 15px 15px 15px 0;

}
.nav-links a{
  display: block;
  color: #6a6d77 !important;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1em;
  font-size: 16px;
  font-weight: 400;
  

}
.nav-links a:hover{
  text-decoration: underline;
  text-decoration-color: #6a6d77;
  text-decoration-thickness: auto;
  text-decoration-style: solid;
  font-weight: 400;
  

}
.nav-title {
  color: #000 !important;
}
.social-links {
  display: inline-block;
  margin: 15px 15px 15px 0;
  align-items: center;
  fill: #f04e23;
  font-size: 1.82rem;
  height: 1.82rem;
  line-height: 1.82rem;
  width: 1.82rem;
}
.social-links g{
/*   display: inline-block; */
 align-items: center;
 fill: #f04e23;
}
.bottom-footer{
  display: flex;
}
.bottom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-top: 1px solid #bbb; !important;
  padding: 2rem 0;
  
}

.nav-copyright {
  margin: 0;
  color: #6a6d77;
   font-size: 14px;
  font-weight: 400;
}

.privacy-link {
  color: #6a6d77;
  text-decoration: none;
    font-size: 14px;
  font-weight: 400;
}

.privacy-link:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .col-nav {
  width: 100%;
  
  }
  
  .bottom-footer {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .footer {
   text-align: center;
  }
  .footer-nav {
    grid-template-columns: 1fr;
  }
  .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
  .mobile-row-demo{
    grid-column-start: 2; 
    grid-row-start: 2;
  }
  .mobile-row-2{
    grid-row-start: 2;
  }
  .mobile-row-3{
    grid-row-start: 3;
  }
  .mobile-row-4{
    grid-row-start: 4;
  }
  .mobile-row-5{
    grid-row-start: 5;
  }
   .mobile-row-6{
    grid-row-start: 6;
  }
}
