#services {
  background-color: var(--blank-color);
}

#services .corp-services {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#services .corp-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 32px;
}

#services .corp-service img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (min-width: 920px) {
  #services .corp-service {
    flex-wrap: nowrap;
  }
  #services .corp-service img {
    width: 540px;
    height: auto;
  }
}
