.purposes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 1280px) {
  .purposes {
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
  }
}
.purposes__item {
}

.gallery {
}
.gallery img {
  width: 100%;
}

.about-internship {
  display: grid;
  justify-content: center;
}

.process {
  display: grid;
  justify-content: center;
}
