.coworking-content {
  width: 100%;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.coworking-title {
  font-weight: 400;
  text-align: center;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.coworking-subtitle {
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 403px) {
  .coworking-content {
    align-items: center;
  }
  .coworking-subtitle {
    width: 300px;
  }
}
