footer {
  background-color: #efefef; 
}

footer .footer-copy-right{
    padding: 20px 120px;
}

footer a{
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

footer .com-name{
  font-weight: 800;
}

footer .link-block{
    color: #5C5C5C;
}

footer .footer-logo {
  max-width: 200px;
}

footer .text-semi-bold{
    font-weight: 600;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer .link-block {
  margin-bottom: 1.5rem;
}

footer .link-block a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

footer .link-block a:hover {
  color: #737373;
  transition: all 0.3s ease-in-out;
}

footer .link-block h6 {
  margin-bottom: 10px;
  font-weight: bolder;
}
