:root {
  --sung-information-mb: 205px;
  --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_in{
  text-align: left;
  width: 1440px;
  color: #fff;
}
.sung_information {
  margin-bottom: var(--sung-information-mb);
  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;
  z-index: -2;
}

.sung_information h2 {
  /* text-align: center; */
  margin-top: 190px;
  font-size: var(--sung-information-h2-size);
  font-weight: 900;
  color: #fff;
text-shadow: 3px 3px 3px #000;
   font-style: italic;
   /* border-bottom: 5px solid var(--color-primary); */
   position: relative;
  
}
.sung_in p{
width: 55%;
    word-break: break-word;
}
.sung_information p {
 padding-top: 40px;
  font-size: 20px;
 
  
}
.sung_information h2::after {
    content: '';
    display: block;
    width: 218px;
    height: 28px;
    background: #22f1e9;
    position: absolute;
    left: 0;
    transform: skew(-20deg);
    bottom: 0;
    z-index: -1;
}

.sung_information > p {
  /* text-align: center; */
  font-size: var(--sung-information-p-size);
  font-weight: 600;
  color: #fff;
  margin-top: 8px;
}
.sung_information .txt {
  background: #f6f6f6;
  position: absolute;
  bottom: -85px;
  transform: translateY(50%);
  padding: var(--sung-information-txt-padding);
  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;
}
.sung_information .txt > div {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sung_information .txt .count {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.sung_information .txt h4 {
  font-size: var(--sung-information-h4-size);
  color: var(--color-second);
  line-height: 1.4;
}

.sung_information .txt span {
  font-size: var(--sung-information-span-size);
  color: var(--color-second);
  font-weight: 700;
}

.sung_information .txt p {
  font-size: var(--sung-information-p-size);
  text-align: center;
  color: #2f2f2f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1500px) {
  :root {
    --sung-information-mb: 180px;
    --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;
  }
  .sung_in{
  text-align: left;
  width: 1200px;
  color: #fff;
}
.sung_information {
 
  background-position: right;
  background-repeat: no-repeat;
  z-index: -2;
}
}

@media screen and (max-width: 1280px) {
  :root {
    --sung-information-mb: 175px;
    --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;
  }
  .sung_in{
  text-align: left;
  width: 1140px;
  color: #fff;
}
}

@media screen and (max-width: 1200px) {
  :root {
    --sung-information-mb: 200px;
    --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;
  }
  .sung_in{
  text-align: left;
  width: 960px;
  color: #fff;
}
}

@media screen and (max-width: 992px) {
  :root {
    --sung-information-mb: 200px;
    --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_in{
  text-align: left;
  width: 720px;
  color: #fff;
}
.sung_information .txt {
    background: #f6f6f6;
    position: absolute;
    bottom: -145px;
    }
    .sung_about {
    padding-bottom: 40px;
    padding-top: 120px;
}
}

@media screen and (max-width: 768px) {
  :root {
    --sung-information-mb: 200px;
    --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_in{
  text-align: left;
  width: 370px;
  color: #fff;
}
.sung_information p {
    padding-top: 20px;
    font-size: 16px;
    word-wrap: break-word;
}
.sung_information .txt {
    background: #f6f6f6;
    position: absolute;
    bottom: -0px;
    }
    .sung_information h2 {
    /* text-align: center; */
    margin-top: 10px;
   
}
.sung_information{
  height: 200px;
}
 .sung_about {
    padding-bottom: 40px;
    padding-top: 0px;
}
}

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