.case_banner {
  padding: 80px 0;
  position: relative;
}

.case_banner h1 {
  color: #FFF;
  /*font-size: 77px;*/
  font-style: normal;
  /*font-weight: 400;
  line-height: 71px;*/
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}

.case_banner .case_banner_decor {
  margin-bottom: 10px;
}

.case_banner .case_banner_list {
  z-index: 1;
  position: relative;
}

.case_banner .case_banner_list li {
  margin-bottom: 10px;
}

.case_banner .case_banner_decor {
  position: relative;
}

.case_banner .case_banner_list a {
  color: #FFFFFF;
}

.case_banner .case_banner_list a:hover {
  color: #FFFFFF;
}

.case_banner .case_banner_list li:last-child {
  margin-bottom: 0;
}

.case_banner .case_banner_list li strong {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.case_banner .case_banner_list li span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.case_banner .case_banner_list li.active strong {
  color: #FFD72A;
}

.case_banner:before {
  content: "";
  background: linear-gradient(90deg, #3695D8 0%, rgba(161, 205, 237, 0.47) 134.69%, rgba(255, 255, 255, 0) 202.03%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.document_info {
  padding: 40px 0;
}

.document_info ul {
  color: #3D3D3D;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}

.document_info ul:last-child {
  margin-bottom: 0;
}

.document_content {
  padding-bottom: 40px;
}

span.hint {
  color: #3695D8 !important;
  font-weight: 600 !important;
  cursor: help !important;
}

@media (max-width: 1366px) {
  .case_banner {
    padding: 70px 0;
  }
  .case_banner h1 {
    font-size: 55px;
    font-weight: 400;
    line-height: 60.5px;
  }
}
@media (max-width: 992px) {
  .case_banner h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .case_banner {
    padding: 40px 0;
  }
  .case_banner h1 {
    font-size: 48px;
    line-height: 53px;
  }
}
@media (max-width: 600px) {
  .case_banner h1 {
    font-size: 31px;
    line-height: 34px;
  }
}
@media (max-width: 576px) {
  .case_banner h1 {
    font-size: 31px;
    line-height: 35px;
  }
  .case_banner .case_banner_list li strong {
    font-size: 15px;
  }
  .case_banner .case_banner_list li span {
    font-size: 15px;
  }
  .case_banner .case_banner_list li span {
    white-space: break-spaces;
  }
}
