.about-duo-svg {
  width: 100%;
  padding: 16px;
}

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

#services .service-row .service-description .service-title {
  font-weight: bold;
  font-size: 24px;
}

#services .service-row .text p {
  font-size: 18px;
  text-align: justify;
  padding: 0 8px;
}

