#service-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#service-description-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#service-description-title h2 {
  font-size: 28px;
  line-height: 31px;
  margin: 0;
}

#service-description-title h4 {
  font-size: 21px;
  line-height: 31px;
  margin: 0;
  margin-top: 12px;
}

#service-description p {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  #service-description-title {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 24px;
  }

  #service-description-title h2 {
    font-size: 48px;
    line-height: 53px;
    font-weight: normal;
  }

  #service-description-title h4 {
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
  }
  
  #service-description p {
    font-size: 16px;
    line-height: 24px;
    max-width: 800px;
  }
}
