@media screen and (max-width: 420px) {
  .lease {
    width: 100%;
  }
  .lease .leaseIt {
    width: 100%;
    margin: 30px auto;
  }
  .lease .leaseIt .leasethem {
    width: 90%;
    margin: 0 auto;
  }
  .lease .leaseIt .leasethem img {
    width: 100%;
  }
  .lease .leaseIt .leasethem .texts {
    width: 90%;
  }
  .lease .leaseIt .leasethem .texts span {
    line-height: 25px;
  }
  .lease .leaseIt .leasethem .texts .whatis {
    font-size: 12px;
    color: #666666;
    margin-bottom: 10px;
    display: block;
  }
  .lease .leaseIt .leasethem .texts .title {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
  }
  .lease .leaseIt .leasethem .texts .customers {
    display: block;
  }
  .lease .leaseIt .leasethem .texts .customers img {
    width: 15px;
    vertical-align: middle;
  }
  .lease .leaseIt .leasethem .texts .customers span {
    margin-left: 15px;
    font-size: 12px;
    color: #666666;
  }
  .lease .leaseIt .leasethem .texts .wraps {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .aboutprint {
    width: 100%;
    height: 100px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
  }
  .solve {
    width: 100%;
    background-color: #f1f1f1;
  }
  .solve .sloveit {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
  }
  .solve .sloveit .howto {
    width: 46%;
    border:  solid 1px #cccccc;
  }
  .solve .sloveit .howto:hover{
    box-shadow: 0px 0px 5px #666666;
  }
  .solve .sloveit .howto img {
    width: 100%;
  }
  .solve .sloveit .howto span {
    display: block;
    width: 90%;
    margin: 20px auto;
    font-size: 14px;
    color: #666666;
  }
}
@media screen and (max-width: 768px) and (min-width: 420px) {
  .lease {
    width: 100%;
  }
  .lease .leaseIt {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
  }
  .lease .leaseIt .leasethem {
    width: 48%;
  }
  .lease .leaseIt .leasethem img {
    width: 100%;
  }
  .lease .leaseIt .leasethem .texts {
    width: 90%;
  }
  .lease .leaseIt .leasethem .texts span {
    line-height: 25px;
  }
  .lease .leaseIt .leasethem .texts .whatis {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
    display: block;
  }
  .lease .leaseIt .leasethem .texts .title {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
  }
  .lease .leaseIt .leasethem .texts .customers {
    display: block;
  }
  .lease .leaseIt .leasethem .texts .customers img {
    width: 15px;
    vertical-align: middle;
  }
  .lease .leaseIt .leasethem .texts .customers span {
    margin-left: 15px;
    font-size: 14px;
    color: #666666;
  }
  .lease .leaseIt .leasethem .texts .wraps {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .aboutprint {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
  }
  .solve {
    width: 100%;
    background-color: #f1f1f1;
  }
  .solve .sloveit {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  .solve .sloveit .howto {
    width: 23%;
    height: 300px;
    border:  solid 1px #cccccc;
  }
  .solve .sloveit .howto:hover{
    box-shadow: 0px 0px 5px #666666;
  }
  .solve .sloveit .howto img {
    width: 100%;
  }
  .solve .sloveit .howto span {
    display: block;
    width: 90%;
    margin: 20px auto;
    font-size: 14px;
    color: #666666;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .lease {
    width: 100%;
  }
  .lease .leaseIt {
    width: 100%;
    margin: 30px auto;
  }
  .lease .leaseIt .leasethem {
    display: flex;
  }
  .lease .leaseIt .leasethem img {
    width: 50%;
  }
  .lease .leaseIt .leasethem .texts {
    width: 50%;
    margin: 20px 25px;
  }
  .lease .leaseIt .leasethem .texts span {
    line-height: 25px;
  }
  .lease .leaseIt .leasethem .texts .whatis {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
    display: block;
  }
  .lease .leaseIt .leasethem .texts .title {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
  }
  .lease .leaseIt .leasethem .texts .customers {
    display: block;
  }
  .lease .leaseIt .leasethem .texts .customers img {
    width: 15px;
    vertical-align: middle;
  }
  .lease .leaseIt .leasethem .texts .customers span {
    margin-left: 15px;
    font-size: 14px;
    color: #666666;
  }
  .lease .leaseIt .leasethem .texts .wraps {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .aboutprint {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
  }
  .solve {
    width: 100%;
    background-color: #f1f1f1;
  }
  .solve .sloveit {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  .solve .sloveit .howto {
    width: 23%;
    height: 300px;
    border:  solid 1px #cccccc;
  }
  .solve .sloveit .howto:hover{
    box-shadow: 0px 0px 5px #666666;
  }
  .solve .sloveit .howto img {
    width: 100%;
  }
  .solve .sloveit .howto span {
    display: block;
    width: 90%;
    margin: 20px auto;
    font-size: 14px;
    color: #666666;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .lease {
    width: 100%;
  }
  .lease .leaseIt {
    width: 100%;
    margin: 30px auto;
  }
  .lease .leaseIt .leasethem {
    display: flex;
  }
  .lease .leaseIt .leasethem img {
    width: 50%;
  }
  .lease .leaseIt .leasethem .texts {
    width: 50%;
    margin: 20px 25px;
  }
  .lease .leaseIt .leasethem .texts span {
    line-height: 25px;
  }
  .lease .leaseIt .leasethem .texts .whatis {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
    display: block;
  }
  .lease .leaseIt .leasethem .texts .title {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
  }
  .lease .leaseIt .leasethem .texts .customers {
    display: block;
  }
  .lease .leaseIt .leasethem .texts .customers img {
    width: 15px;
    vertical-align: middle;
  }
  .lease .leaseIt .leasethem .texts .customers span {
    margin-left: 15px;
    font-size: 14px;
    color: #666666;
  }
  .lease .leaseIt .leasethem .texts .wraps {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .aboutprint {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
  }
  .solve {
    width: 100%;
    background-color: #f1f1f1;
  }
  .solve .sloveit {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  .solve .sloveit .howto {
    width: 23%;
    height: 300px;
    border:  solid 1px #cccccc;
  }
  .solve .sloveit .howto:hover{
    box-shadow: 0px 0px 5px #666666;
  }
  .solve .sloveit .howto img {
    width: 100%;
  }
  .solve .sloveit .howto span {
    display: block;
    width: 90%;
    margin: 20px auto;
    font-size: 14px;
    color: #666666;
  }
}
@media screen and (min-width: 1200px) {
  .abc{
    margin-top: 20px;
  }
  .lease {
    width: 100%;
    padding-bottom: 50px;
  }
  .lease .leaseIt {
    width: 1200px;
    margin: 30px auto;
  }
  .lease .leaseIt .leasethem {
    display: flex;
  }
  .lease .leaseIt .leasethem img {
    width: 600px;
  }
  .lease .leaseIt .leasethem .texts {
    width: 550px;
    margin: 20px 25px;
  }
  .lease .leaseIt .leasethem .texts span {
    line-height: 25px;
  }
  .lease .leaseIt .leasethem .texts .whatis {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
    display: block;
  }
  .lease .leaseIt .leasethem .texts .title {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
  }
  .lease .leaseIt .leasethem .texts .customers {
    display: block;
    text-decoration: none;
  }
  .lease .leaseIt .leasethem .texts .customers img {
    width: 15px;
    vertical-align: middle;
  }
  .lease .leaseIt .leasethem .texts .customers span {
    margin-left: 15px;
    font-size: 14px;
    color: #666666;
  }
  .lease .leaseIt .leasethem .texts .wraps {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .aboutprint {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
  }
  .solve {
    width: 100%;
    background-color: #f1f1f1;
    padding: 50px 0;
  }
  .solve .sloveit {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  .solve .sloveit .howto {
    width: 280px;
    height: 300px;
    cursor: pointer;
    border:  solid 1px #cccccc;
  }
  .solve .sloveit .howto:hover{
    box-shadow: 0px 0px 5px #666666;
  }
  .solve .sloveit .howto img {
    width: 100%;
  }
  .solve .sloveit .howto span {
    display: block;
    width: 95%;
    margin: 20px auto;
    font-size: 14px;
    color: #666666;
  }
}
