@media (max-width: 1024px) {
  .accreditation-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .accreditation-img {
    width: 100%;
  }

  .accreditation-img img {
    width: 100%;
    height: 100%;
    max-width: 300px;
    object-fit: cover;
    margin: 0 auto;
  }
}
