footer {
  color: #fff;
}

.icon-container {
  width: 10rem;
  height: 6rem;
  max-width: 100%;
  background: white;
  border-radius: 4px;
  box-shadow: 1px 0.5px 10px #00000025;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-trans {
  background: transparent;
  box-shadow: none;
}

.icon-container img {
  width: 120%;
  height: auto;
}

.bg-trans img {
  width: 100%;
}

.copyright img {
  width: 3rem;
} 

@media (max-width: 895px) {
  .container {
    justify-content: flex-start;
  }
}
