.develop-company {
  width: 1400px;
  height: 368px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .develop-company {
    width: auto;
    height: 248px;
  }
}