body{
    color: #000;

}
.comp{
    margin: 0 auto 200px auto;
    text-align: center;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
}
.container h2{
    font-size: 46px;
    margin-bottom: 55px;
}
.container p{
    font-size: 31px;
    line-height: 1.7;
}
.banner{
    /* max-width: 1630px; */
    height: 870px;
    background: url("../images/banner-bg.png") 0 0 no-repeat;
    color: #fff;
    margin-bottom: 100px;
}
.banner .txt,
.banner img{
    /* display: inline-block; */

}
.banner h2{
    font-size: 58px;
    font-weight: bold;
    margin-bottom: 40px;
}
.banner p{
    font-size: 36px;
}
.p1 p{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: left;
}


.p2 p,
.p3 p{
    max-width: 900px;
    text-align: left;
}
.p3 p{
    margin-bottom: 20px;
}

.p1,
.p4{
    display: block;
}

@media screen and (max-width: 1650px) {
    .container h2{
        font-size: 42px;
    }
    .container p{
        font-size: 28px;
    }
    .banner h2{
        font-size: 48px;
    }
    .banner p{
        font-size: 28px;
    }
    .banner img{
        width: 42%;
    }
    .p2 .txt{
        width: 45%;
    }
    .p3 .txt{
        width: 45%;
    }
}