@media (max-width: 768px) {
  .card-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card-promotions {
    width: 75%;
  }
}

.img-logo{
  max-height: 100px;
}