@media screen and (max-width: 1440px) {
    .line{
        max-width: 500px;
    }
    .StarsPatch_1{
        bottom: 12%;
        right: 11%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .StarsPatch{
        top: 7%;
        left: 16%;
        max-width: 125px;
    }
    .StarsPatch_1{
        bottom: 14%;
        right: 7%;
        max-width: 125px;
    }
    .line {
        max-width: 340px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .StarsPatch{
        top: 9%;
        left: 14%;
        max-width: 95px;
    }
    .StarsPatch_1{
        bottom: 14%;
        right: 7%;
        max-width: 95px;
    }
    .line {
        max-width: 260px;
    }
    .line_1{
        max-width: 200px;
    }
}
@media screen and (max-width: 767px) {
    .StarsPatch{
        top: 9%;
        left: 14%;
        max-width: 95px;
    }
    .StarsPatch_1{
        bottom: 14%;
        right: 7%;
        max-width: 95px;
    }
    .line {
        max-width: 260px;
    }
    .line_1{
        max-width: 200px;
    }
}
@media screen and (max-width: 577px) {
    .logo_img{
        max-width: 270px;
    }
        .StarsPatch{
        top: 13%;
        left: 7%;
        max-width: 85px;
    }
    .StarsPatch_1{
        bottom: 16%;
        right: 4%;
        max-width: 85px;
    }
    .line {
        max-width: 170px;
    }
    .line_1{
        max-width: 160px;
    }
}
@media screen and (max-width: 479px) {
    .logo_img{
        max-width: 200px;
    }
    .StarsPatch{
        top: 11%;
        left: 10%;
        max-width: 65px;
    }
    h1{
        font-size: 28px;
    }
    .button {
        font-size: 14px;
        width: 150px;
        height: 40px;
    }
    p{
        font-size: 14px;
    }
    .StarsPatch_1{
        max-width: 65px;
    }
}
@media screen and (max-width: 425px) {
   .StarsPatch{
        top: 11%;
        left: 8%;
        max-width: 65px;
    }
    .StarsPatch_1{
        max-width: 65px;
    }
    .line {
        max-width: 135px;
    }
    .line_1{
        max-width: 135px;
    }
    input{
        height: 40px;
    }
    textarea{
        height: 65px;
    }
}
@media screen and (max-width: 390px) {
    .StarsPatch {
        top: 10%;
        left: 5%;
    }
@media screen and (max-width: 375px) {
    .logo_img{
        max-width: 150px;
    }
    .StarsPatch{
        top: 9%;
        left: 8%;
        max-width: 65px;
    }
    h1{
        font-size: 22px;
        padding-top: 35px;
    }
    h3{
        padding-top: 15px;
    }
    .button {
        font-size: 14px;
        width: 150px;
        height: 40px;
    }
    p{
        font-size: 14px;
    }
}
@media screen and (max-width: 320px) {
    .StarsPatch{
        top: 11%;
        left: 7%;
        max-width: 50px;
    }
    .line_1 {
        max-width: 111px;
    }
    .StarsPatch_1{
        max-width: 50PX;
        bottom: 19%;
    }
    .line {
        max-width: 115px;
    }
}