.container-offers {
  display: flex;
  justify-content: space-between;
}

.container-offers div {
  flex: 1;
  text-align: center;
}

.body>#footer .copyright {
    color: #fff !important;
}

.social-icons li {
    color: #666;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
