
@media (max-width: 1220px) {
  .developers__top {
    flex-direction: column;
  }
  .developers__left {
    max-width: 100%;
  }
  .developers__right {
    flex-direction: row;
    align-items: center;
    margin-left: 0;
    margin-top: 40px;
  }
}