.node-detail ul{
   padding-left: 20px;
}
.node-detail ul li{
   list-style: disc;
}
.img-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  object-fit: cover;
  z-index: 1;
}
.banner .logo {
  max-width: 200px;
  width: 79.28px;
  height: 80px;
  position: absolute;
  top: 21px;
  left: 21px;
  z-index: 2;
}
.banner .text {
	z-index: 3;
  position: absolute;
  top: 29px;
  left: 120px;
}

header.header-v3 {
  background: none !important;
}
.banner .sub-title {
  color: #0d51de;
  font-weight: 600;
}
.banner .main-title {
  font-size: 28px;
  color: #cc1025;
}