:root {
  --sung-service-padding-bottom: 100px;
  --sung-service-title-mb: 30px;
  --sung-service-title-size: 40px;
  --sung-service-subtitle-size: 20px;
  --sung-service-text-size: 16px;
  --sung-service-quotes-size: 76px;
}

.sung_service {
  padding-bottom: var(--sung-service-padding-bottom);
}

.sung_service h3 {
  text-align: center;
  font-size: var(--sung-service-title-size);
  margin-bottom: var(--sung-service-title-mb);
  line-height: 1.3;
}

.sung_service ul li .box {
  position: relative;
  border: 1px solid #e0e0e0;
  padding: 71px 60px 60px;
  height: 100%;
}

.sung_service .quotes {
  position: absolute;
  top: 30px;
  left: 60px;
  font-size: var(--sung-service-quotes-size);
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1;
  font-family: monospace;
}

.sung_service h4 {
  color: var(--title-text-color);
  font-size: var(--sung-service-subtitle-size);
  margin-bottom: 17px;
  line-height: 1.5;
}

.sung_service .content {
  display: flex;
  justify-content: space-between;
  gap: 13px;
}

.sung_service .content:not(:last-child) {
  margin-bottom: 24px;
}

.sung_service .content p {
  flex: 1;
  font-size: var(--sung-service-text-size);
  line-height: 1.5;
}

.sung_service .content .dot {
  margin: 6px 3px;
  width: 8px;
  height: 8px;
  background: var(--color-primary);
  border-radius: 50%;
}

@media screen and (max-width: 1500px) {
  :root {
    --sung-service-quotes-size: 70px;
    --sung-service-title-size: 36px;
    --sung-service-subtitle-size: 18px;
    --sung-service-text-size: 16px;
    --sung-service-padding-bottom: 85px;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --sung-service-quotes-size: 64px;
    --sung-service-title-size: 32px;
    --sung-service-subtitle-size: 16px;
    --sung-service-text-size: 14px;
    --sung-service-padding-bottom: 70px;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --sung-service-quotes-size: 58px;
    --sung-service-title-size: 28px;
    --sung-service-subtitle-size: 16px;
    --sung-service-text-size: 14px;
    --sung-service-padding-bottom: 55px;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --sung-service-quotes-size: 52px;
    --sung-service-title-size: 24px;
    --sung-service-subtitle-size: 16px;
    --sung-service-text-size: 14px;
    --sung-service-padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --sung-service-quotes-size: 46px;
    --sung-service-title-size: 20px;
    --sung-service-subtitle-size: 14px;
    --sung-service-text-size: 14px;
    --sung-service-padding-bottom: 25px;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --sung-service-quotes-size: 40px;
    --sung-service-title-size: 20px;
    --sung-service-subtitle-size: 14px;
    --sung-service-text-size: 14px;
    --sung-service-padding-bottom: 25px;
  }
}
