.hero-case {
   padding-top: 92px;
   padding-bottom: 80px;
}
.hero-case-line-top {
   height: 588px;
   max-width: 100%;
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
}
.hero-case-title-h1 {
   color: #111;
   text-align: center;
   font-size: 44px;
   font-style: normal;
   font-weight: 500;
   line-height: 68px;
}
.hero-case-rised-row {
   display: flex;
   justify-content: center;
   margin-top: 12px;
}
.hero-case-rised-item {
   background: #FFF337;
   padding: 4px 16px;
   color: #111;
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   line-height: 140%;
   text-align: center;
}
.hero-case-desc {
   margin-top: 32px;
   color: #111;
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: 140%;
   text-align: center;
}
.hero-image-box {
   width: 100%;
   padding: 44px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: 40px;
}
.hero-image-box img {
   max-width: 100%;
   height: auto;
   display: block;
}
.hero-bottom-content {
   margin-top: 60px;
   padding: 32px;
   display: flex;
   justify-content: space-between;
   border: 1px solid #E8E8E8;
}
.hero-bottom-content-left {
   width: calc(50% - 32px);
   color: #555;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 32px;
}
.hero-bottom-content-left p {
   margin-bottom: 16px;
}
.hero-bottom-content-left *:last-child {
   margin-bottom: 0px;
}
.hero-bottom-content-right {
   width: calc(50% - 32px);
}
.hero-bottom-content-row {
   display: flex;
   align-items: center;
   margin-bottom: 24px;
}
.hero-bottom-content-row:last-child {
   margin-bottom: 0px;
}
.hero-bottom-content-row-title {
   width: calc(50% - 4px);
   color: #555;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%; 
}
.hero-bottom-content-row-value {
   width: calc(50% - 4px);
   color: #111;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%; 
}
.hero-bottom-content-row-value a {
   text-decoration: underline;
   color: #111;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%; 
}
.hero-bottom-content-row-value a:hover {
   text-decoration: none;
}

@media screen and (max-width: 992px) {
   .hero-bottom-content {
      flex-direction: column;
      justify-content: center;
      align-items: center;
   }
   .hero-bottom-content-left{ 
      width: 100%;
      margin-bottom: 32px;
   }
   .hero-bottom-content-right{ 
      width: 100%;
   }
}
@media screen and (max-width: 600px) {
   .hero-case-title-h1 {
      font-size: 40px;
      font-style: normal;
      font-weight: 500;
      line-height: 48px;
   }
   .hero-case {
      padding-top: 84px;
      padding-bottom: 60px;
   }
   .hero-image-box {
      width: calc(100% + 40px);
      margin-left: -20px;
      padding: 35px 20px;
      margin-top: 54px;
   }
   .hero-bottom-content {
      margin-top: 20px;
      padding: 20px 14px;
   }
   .hero-bottom-content-left {
      font-size: 16px;
   }
   .hero-bottom-content-row{ 
      margin-bottom: 16px;
      align-items: flex-start;
   }
   .hero-bottom-content-row-value {
      font-size: 16px;
   }
   .hero-bottom-content-row-value a {
      font-size: 16px;
   }
   .hero-bottom-content-row-title {
      font-size: 16px;
   }
}