#footer {
  position: relative;
  background-color: var(--text-color);
}

#footer .container-custom::before{
  content: '';
  position: relative;
  top: -40px;
  right: 0;
  left: 0;
  width: 100%;
}

#footer .flex-wrapper {
  display: flex;
  justify-content: space-between;
}
#footer p{
  margin: 15px 0;
  font-size: 9px;
  color: #c8c8c8;
}
@media(max-width: 480px){
  #footer .flex-wrapper > div img{
    width: 140px;
  }
}