: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);
  display: flex;
  flex-direction: row-reverse;
}

.sung_service h3 {
  text-align: center;
  font-size: var(--sung-service-title-size);
  /*margin-bottom: var(--sung-service-title-mb);*/
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;flex: 25%;
  background: #87296a;
  color: #FFF !important;
  position: relative;
}
.sung_service h3:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 45.7%;
    width: 35px;
    height: 5px;
    background: #fff;
}
.sung_service h3:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 46%;
    width: 100px;
    height: 1px;
    background: #fff;
}
.sung_service ul {
  background: #f7f7f7;
  margin: 0;
  flex: 66%;
  padding: 20px;
}
.sung_service ul li{
  /*margin: 10px 20px;*/
  background: #FFF;
}
.sung_service ul li:nth-child(2){
  /*margin: 10px 20px;*/
  /*background: #FFF;*/
  margin: 20px 0;
}

.sung_service ul li .box {
  position: relative;
  /*border: 1px solid #e0e0e0;*/
  padding: 20px;
}

.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:#3a3a3a;
  font-size:26px;
  margin-bottom: 17px;
  line-height: 1.5;
  display: inline-block;
}

.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;
  line-height: 1.7;
  font-size: 16px;
  /*line-height: 1.5;*/
  color: #54595f;
}

.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;
  }
  .sung_service {
    flex-direction: column-reverse;
  }
  .sung_service h3{
    line-height: 5;
  }
  .sung_service h3:after{
    bottom: 27.5%;
  }
  .sung_service h3:before{
    bottom: 30%;
  }
}

@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;
  }
}
