<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lp-spec-item-text ul li{
  margin-left: 35px;
}
.lp-copy-img-right1{
  float: right;
  width: 250px;
  margin-top: 30px;
}
.lp-copy-img-right{
  float: right;
  width: 400px;
  margin-top: 30px;
}

@media(max-width: 768px){
  .lp-copy-img-center{
    margin-left: 30px;
  }
}

@media(max-width: 667px){
    .lp-copy-img-center {
     margin-left: 0; 
    }
}

@media(max-width: 568px){
    .lp-copy-img-right{
      margin-left: 50px;
      float: left;
      margin-top: 15px;
    }
}

@media(max-width: 480px){
    .lp-copy-img-right{
      margin-left: 10px;
    }
}

@media(max-width: 414px){
    .copy img{
      margin: 5px;
    }
     .lp-copy-img-right{
       width: 95%;
    }
    .lp-copy-float-right{
      float: none;
      max-width: 340px;
    }
}

@media(max-width: 375px){
    .copy img{
      margin: 10px;
    }
    .lp-copy-img{
      max-width: 300px !important;  
   }

}

@media(max-width: 360px){
.lp-copy-img-center{
	max-width: 95%;
}
   .lp-copy-img-right{
     width: 92%;
    }
  .lp-copy-float-right{
    max-width: 290px;
  }
}

@media(max-width: 320px){
    .copy img{
      margin: 7px;      
    }
   .lp-copy-img-right{
     width: 100%;
    }
     .lp-copy-img{
      max-width: 280px !important;
    }
}
</pre></body></html>