#develop {
  background-color: var(--secondary-color);
}

#develop .dev-services {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 48px;
}

#develop .dev-service {
  max-width: 400px;
}

#develop .dev-service img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  margin-bottom: 32px;
}
