.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.content {
  width: 100%;
  max-width: 400px;
  height: 200px;
  padding: 10px;
  margin: 0 auto;
  border: none;
}

.subtitle {
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 20px;
}

@media only screen and (max-width: 600px) {
  .services {
    margin-top: 0;
  }
}
