/* About us */
.about-us-bottom-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  padding: 40px 20px;
}

.about-us-bottom-content p {
  max-width: 1000px;
  text-wrap: pretty;
}

/* Services */
#services {}

#services .services__container {
  display: flex;
  gap: 40px;
}

#services .services__container .services {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#services .services__container .services h3 {
  border-bottom: 1px solid white;
  padding-bottom: 12px;
}

/* Work */
#work {}

@media screen and (max-width: 1024px) {

  /* Work */
  #services h2 {
    text-align: left;
  }

  #services .services__container {
    flex-direction: column;
  }
}