@media screen and (max-width: 1100px){

    .intro-strip h1{
        top: 30px;
        font-size: 45px;
        width: 80%;
    }
    .intro-strip h2{
        top: 165px;
        font-size: 60px;
    }
    .goodsContainer h4{
        font-size: 16px;
    }
    .description2 p{
    line-height: 26px;
    }
    .description3 p{
        line-height: 30px;
    }
}
@media screen and (max-width: 860px){
    .intro-strip h1{
        top: 20px;
        font-size: 30px;
    }
    .intro-strip h2{
        top: 105px;
        font-size: 30px;
    }
    .description2 h2{
        font-size: 28px;
        margin-top: 20px;
    }
    .strip img{
        height: 300px;
        top: 70px;

    }
    .description1 h2{
        font-size: 24px;
    }
    .description1 p{
        margin-top: 24px;
        font-size: 18px;
        line-height: 30px;
    }
    .goodsContainer h4{
        font-size: 14px;
        transform: translateY(60%);

    }
    .description2 p{
        line-height: 24px;
        margin: 0px 40px;
        margin-top: 20px;
        font-size: 16px;

        }
        .description3 p{
            margin-top: 50px;
            font-size: 16px;
            line-height: 24px;

        }
        #contact {
            width: unset;
        }

}

@media screen and (max-width: 650px){

.outro-strip{
    display: flex;
    flex-direction: column;
}
.outro-strip p{
    font-size: 16px;
}
.outro1{
    display: flex;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #02425f;
    justify-content: center;
    align-items: center;
    background-color: #004666c4;
    border-left: none;

}
.outro1:last-child{
    border-bottom: none;
}
.strip{
    flex-flow: column;
    width: 100%;
    height: 270px;

}
.strip-img1{
    display: none;
    width: 100%;
    height: 100%;
}
.strip img{
    display: none;
}   
.description1{
width: 100%;
height: 100%;
}
.subStrip1{
display: none;
}

.subStrip1-M{
display: block;
}
.description2 {
width: 100%;
margin-top: 14px;

}
.description3 {
width: 100%;
position: relative;

}
.description2 p{
    height: 300px;
    margin: 0 14px;
    margin-bottom: 10px;
    margin-top: 10px;

    
    }
    .description3 p{
        height: 270px;
        margin: 0 14px;

    }
}
@media screen and (max-width: 550px){

    .intro-strip h1{
        font-size: 18px;
    }
    .intro-strip h2{
        top: 70px;
        width: 90%;
        font-size: 24px;
    }
    .description1 h2{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .description1 p{
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
        margin: 0 20px;
    }
    .description3 p{
        height: 270px;
        margin: 0 14px;
        margin-top: 10px;
    }
}
