.prod-section {
  margin-bottom:44px!important
}
.prod-section h2 {
  margin-bottom:16px!important
}
.prod-section p {
  line-height:1.75!important
}
.prod-applist li {
  padding:10px 0!important
}
.prod-body {
  padding:52px 0 0!important
}
.spa-back {
  position:fixed;
  bottom:24px;
  right:24px;
  z-index:999;
  background:#2F6FB3;
  color:#fff;
  font-family:Manrope,sans-serif;
  font-size:14px;
  font-weight:700;
  border:none;
  border-radius:8px;
  padding:12px 20px;
  cursor:pointer;
  box-shadow:0 4px 16px rgba(47,111,179,.4);
  display:none
}
.spa-back:hover {
  background:#1E3A6D
}
