@media (max-width: 800px) {
  .about-us-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .our-team__members {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .modal-header {
    height: 300px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .modal__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
