.service-center {
  padding-bottom: clamp(50px, 50 * (100vw - 393px) / 887 + 50px, 100px);
}

.service-center-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: clamp(20px, 32px - 12 * (100vw - 393px) / 887, 32px);
}
@media screen and (min-width: 1000px) {
  .service-center-container {
    flex-direction: row;
  }
}

.service-center-image-wrapper {
  width: clamp(353px, 127 * (100vw - 393px) / 887 + 353px, 480px);
  height: clamp(463px, 167 * (100vw - 393px) / 887 + 463px, 630px);
  border-radius: 24px;
}

.service-center-main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
}

.service-center-content-wrapper {
  max-width: 680px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: clamp(16px, 16 * (100vw - 393px) / 887 + 16px, 32px);
}
@media screen and (min-width: 1000px) {
  .service-center-content-wrapper {
    align-items: flex-start;
  }
}

.service-center-title {
  color: var(--text-dark);
  font-family: var(--font-family);
  font-size: clamp(32px, 22 * (100vw - 393px) / 887 + 32px, 54px);
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 59.4px */
  margin-right: auto;
}

.service-center-description {
  color: var(--text-secondary-dark);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/*# sourceMappingURL=service-center.css.map */
