@media (max-width: 540px) {

    .MainPicturesMain{
        left: -10px;
        position: relative;
        width: 33%;
    }
    .color-overlay{
        position: absolute;
        top: 0;
        left: -10px;
        width: 100%;
        height: 100%;
        background-color: rgba(217, 217, 217, 0.6);
    }

    .First{
        height: 660px;
    }
    .Second{
        height: 660px;
    }
    .MainLogo{
        width: 120px;
    }
    .MainPicturesMain{
        width: 320px;
    }
    .Banner-Text{
        font-size: 20px;
        white-space: normal;
    }
    .Banner-Text-Main{
        font-size: 22px;
        white-space: normal;
    }
    .Price-Main{
        font-size: 20px;
    }
    .Button-Main{
        width: 200px;
    }
    .Button-Main-Text{
        font-size: 20px ;
    }
    .Main-Header{
        font-size: 20px ;
    }
    .Lable img{
        width: 40px;
    }
    .Lable .Text{
        font-size: 16px;
        font-weight: 700;
    }
    .Right .Lable .Text{
        position: relative;
        right: 4px;
    }
    .Right .Lable{
        position: relative;
        top: 50px;
    }
    .Left .Lable .Text{
        position: relative;
        left: 4px;
    }
    .Lable{
        padding-bottom: 60px;
    }
    .AllL {
        justify-content: center;
    }
    .How-H-Handler .Text{
        position: relative;
        top: 60px;
        left: 20px;
        font-size: 17px;
        line-height: 20px;
    }
    .Img{
        width: 160px;
        position: relative;
        top: 100px;
        left: 20px;
    }
    .How-H-Handler{
        display:block;
    }
    .How-H-Handler .Imgs{
        right:10%;
        display: contents;
    
    }
    .How-H-Handler .Imgs .F{
        position: relative;
        transform: translate(0px);
        margin-bottom: 20px;
    
    }
    .How-H-Handler .Imgs .S{
        position: relative;
        transform: translate(0px);
        margin-bottom: 20px;
    
    }
    .How-H-Handler .Imgs .T{
        position: relative;
        transform: translate(0px);
        margin-bottom: 20px;
    
    }
    .Main-Price-Text{
        margin-top: 30px;
        font-size: 15px;
        line-height: 30px;
    }
    .Other-Offers-Main{
        font-size: 15px;
    }
    .Offers-Img{
        height: 110px;
    }
    .OfferR{
        left: -10%;
    }
    .OfferL{
        right: 60px;
    }

    .Second-Contact-Text{
        font-size: 17px;
    }
    .First.Other-Offers{
        height: 500px;
    }
    .Second-Contact{
        height: 70px;
    }
    .Second.Why-We{
        height: 500px;
    }
    .Second.Price{
        height: 800px;
    }

}