:root {
  --sung-information-mb: 155px;
  --sung-information-h2-size: 50px;
  --sung-information-h4-size: 44px;
  --sung-information-span-size: 30px;
  --sung-information-p-size: 18px;
  --sung-information-txt-padding: 0 148px;
  --sung-information-aspect-ratio: 32 / 9;
}

.sung_information {
  margin-bottom: 100px;
  padding: 0 50px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: var(--sung-information-aspect-ratio);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sung_information > span {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary);
    margin-top: 80px;
}


.sung_information h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  color: #fff;
}
.sung_information > p {
  text-align: center;
  font-size: 14px;
  color: rgba(242, 246, 250, 0.9);
  margin-top: 8px;
  width: 60%;
  line-height: 1.9;
}
.sung_information .txt {
  bottom: 0;
  padding: 0 80px 100px;;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 80px;
}
.sung_information .txt > div {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sung_information .txt .count {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 15px;
}

.sung_information .txt h4 {
  font-size: 50px;
  color: #fff;
  line-height: 1.4;
}

.sung_information .txt span {
  font-size: 40px;
  color:#fff;
  font-weight: 700;
}

.sung_information .txt p {
  font-size: 14px;
  text-align: center;
  color: rgba(242, 246, 250, 0.9);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}



.sung_information .txt ul{display: flex;margin: 0 -15px;justify-content: space-between;flex-wrap: wrap;}
.sung_information .txt ul li{width: 16.66666666666667%;padding: 0 15px;}


@media screen and (max-width: 1500px) {
  :root {
    --sung-information-mb: 140px;
    --sung-information-h2-size: 44px;
    --sung-information-h4-size: 40px;
    --sung-information-span-size: 28px;
    --sung-information-p-size: 16px;
    --sung-information-aspect-ratio: 24 / 9;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --sung-information-mb: 125px;
    --sung-information-h2-size: 38px;
    --sung-information-h4-size: 36px;
    --sung-information-span-size: 24px;
    --sung-information-p-size: 14px;
    --sung-information-txt-padding: 0 80px;
    --sung-information-aspect-ratio: 22 / 9;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --sung-information-mb: 110px;
    --sung-information-h2-size: 32px;
    --sung-information-h4-size: 32px;
    --sung-information-span-size: 20px;
    --sung-information-p-size: 14px;
    --sung-information-txt-padding: 0 60px;
    --sung-information-aspect-ratio: 20 / 9;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --sung-information-mb: 130px;
    --sung-information-h2-size: 28px;
    --sung-information-h4-size: 28px;
    --sung-information-span-size: 16px;
    --sung-information-p-size: 14px;
    --sung-information-txt-padding: 0 30px;
    --sung-information-aspect-ratio: 18 / 9;
  }
  .sung_information .txt ul li{width: 33.33333%;}
  .sung_information > p {width: 100%;}
  .sung_information .txt {padding: 0 20px 80px;}
  .sung_information {padding: 0px 15px}
}

@media screen and (max-width: 768px) {
  :root {
    --sung-information-mb: 130px;
    --sung-information-h4-size: 24px;
    --sung-information-span-size: 14px;
    --sung-information-p-size: 14px;
    --sung-information-txt-padding: 0 20px;
    --sung-information-aspect-ratio: 16/9;
  }
  .sung_information .txt ul li{width: 50%;}
}

@media screen and (max-width: 576px) {
  :root {
    --sung-information-mb: 225px;
    --sung-information-h2-size: 24px;
    --sung-information-h4-size: 20px;
    --sung-information-span-size: 14px;
    --sung-information-p-size: 14px;
    --sung-information-txt-padding: 0 10px;
    --sung-information-aspect-ratio: 1;
    
  }
  .sung_information .txt {
    /* transform: translateY(100%); */
  }
}



@media screen and (max-width: 1500px) {
  .sung_information .txt h4{font-size: 48px;}
  .sung_information .txt span{font-size: 38px;}
}
@media screen and (max-width: 1440px) {
  .sung_information .txt h4{font-size: 46px;}
  .sung_information .txt span{font-size: 36px;}
}
@media screen and (max-width: 1281px) {
  .sung_information .txt h4{font-size: 44px;}
  .sung_information .txt span{font-size: 34px;}
}
@media screen and (max-width: 1171px) {
  .sung_information .txt h4{font-size: 42px;}
  .sung_information .txt span{font-size: 32px;}
}
@media screen and (max-width: 992px) {
  .sung_information .txt h4{font-size: 40px;}
  .sung_information .txt span{font-size: 30px;}
}
@media screen and (max-width: 768px) {
  .sung_information .txt h4{font-size: 38px;}
  .sung_information .txt span{font-size: 28px;}
}
@media screen and (max-width: 480px) {
  .sung_information .txt h4{font-size: 36px;}
  .sung_information .txt span{font-size: 26px;}
}
