@media (max-width: 768px) {
  .main-header {
    position: relative;
    padding: 0;
  }
  .main-header > div > div {
    background-color: var(--theme-primary) !important;
  }
}

@media (max-width: 576px) {
  .birthdayCard-strip {
    position: relative !important;
  }
  .birthdayCard {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .aa-img {
    height: 10rem;
    width: 100%;
  }
}
