<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-left{
  float: left;
  width: 180px;
}
.lp-copy-img-right-bottom{
  float: right;
  width: 370px;
}
.lp-copy-img-right{
  float: right;
  width: 400px;
  margin-top: 30px;
}

@media(max-width: 768px){
  .lp-copy-img-right-bottom{
    margin-left: 10px;
  }
}
 
@media(max-width: 736px){
    #lp-img-container{
        background-size: contain;
        width: 58%;
    }
}

@media(max-width: 667px){
  .lp-copy-img-right-bottom {
    width: 300px;
  }
}
@media(max-width: 568px){
  #lp-img-container{
    width: 85%;
  }
    .lp-copy-img-right{
      margin-left: 50px;
      float: left;
      margin-top: 15px;
    }
}

@media(max-width: 480px){
    #lp-img-container{
      width: 100%;
    }
    .lp-copy-img-right-bottom{
      width: 250px;
    }
    .lp-copy-img-right{
      margin-left: 10px;
    }
}

@media(max-width: 414px){
    .copy img{
      margin: 5px;
    }
    #lp-img-container{
      width: 80%;
    }
     .lp-copy-img-right{
       width: 95%;
    }
}

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

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

@media(max-width: 320px){
    .copy img{
      margin-left: -20px;      
    }
}
</pre></body></html>