.clean-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.clean-top {
  position: relative;
}
.clean-top .more{
  padding: 15px 30px;
  border-radius: 65px;
  margin-top:25px;
  display: inline-block;
  background-color: #035a8f;
  color: #fff;
}
.clean-top h3{
  font-size:clamp(22px, 2.8vw, 45px);
  line-height:1;
  margin-bottom:30px;
  font-weight: 400;
}
.clean-top p{
  line-height: 1.7;font-size:17px;
}
.clean-top .container {
  position: absolute;
  left: 0;
  top: 0;
  /* right: auto; */
  /* transform: none; */
  text-align: center;
  z-index: 2;
  max-width: 1200px;
  width: auto;
  right: 0;
  bottom: 0;
  top: 14%;
  align-content: center;
}

@media screen and (max-width:1280px){
.clean-top p{line-height:1.5;font-size:16px;}
.clean-top .more{padding:12px 30px;}
.clean-top h3{margin-bottom:20px;}

}

@media screen and (max-width:992px){
.clean-top {background:url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/427463/3205/8f2f1f59ed639d773f2c7e560af713eb/b7c5ba0d-1162-4df9-aec2-bb220337deb7.jpg) no-repeat;padding: 130px 0 30px;background-position:center top}
.clean-top img{display:none;}
.clean-top .container{position:static;}
}

@media screen and (max-width:768px){
.clean-top p{font-size:15px;}
.clean-top .more{padding:10px 25px;font-size:15px;margin-top:20px;}

}

@media screen and (max-width:480px){
.clean-top{background-position:center top -20px;padding:110px 0 30px;}
.clean-top h3{margin-bottom:15px;}
.clean-top p{font-size:14px;}
.clean-top .more{padding:8px 22px;font-size:14px;margin-top:15px;}
}
