.logReplay-banner {
  background-image: url(../../images/test-service/bigData/logReplay-banner.jpg);
}

ul.logReplay-questions>li>.tit>h2{
  font-size: 20px;
}

ul.logReplay-questions>li>.tit>h2::before,
ul.logReplay-questions>li>.tit>h2::after {
  width: 70%;
}

ul.logReplay-questions>li>.tit>h2::before {
  left: -80%;
}

ul.logReplay-questions>li>.tit>h2::after {
  right: -80%;
}

ul.logReplay-questions>li>.content {
  padding-bottom: 80px;
}

ul.log-structures {
  flex-direction: column;
  align-items: center;
}

ul.log-structures>li:first-child {
  width: 100%;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 40px;
}

ul.log-case-flows>li{
  width: 18%;
}

ul.log-case-flows>li>.flow-label {
  height: 80px;
}

ul.log-values>li{
  width: 23%;
}

ul.sketch-map{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.sketch-map>img{
  max-width: 100%;
}


