.middle-section {
    padding: 80px 0;
    width: 100%;
    /* margin: 0 auto; */
}

.banner {
    background-image: url(../assets/img/banner11.png);
    background-repeat: no-repeat;
    height: 648px;
    background-size: cover;
}

.background-blue {
    background: #F2F9FF;
}

.info__wrapper {
    display: flex;
    justify-content: center;
}

.left-tips1 {
    width: 248px;
    height: 408px;
    font-size: 18px;
    color: #FFFFFF;
    background: #95B5D3;
    box-shadow: 9px 5px 21px 3px rgba(131, 155, 196, 0.5);
    text-align: center;
}

.tips-bule {
    line-height: 50px;
    background: #00A0DF;
}

.tips-gray {
    line-height: 50px;
    background: #95B5D3;
}

.tips-bule+ .tips-bule {
    margin-top: 20px;
}

.tips-gray+ .tips-gray {
    margin-top: 20px;
}


.left-tips2 {
    width: 248px;
    height: 408px;
    font-size: 18px;
    color: #FFFFFF;
    background: #00A0DF;
    box-shadow: 9px 5px 21px 3px rgba(131, t155, 196, 0.5);
    text-align: center;
}

.content {
    margin-left: 40px;
}

.content-title {
    font-size: 24px;
    color: #222222;
    font-weight: 400;
    margin: 39px 0 28px 0;
}

.contentText {
    width: 397px;
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
}

.img {
    margin: 40px 0 0 47px;
}

.info__wrapper h2 {
    font-size: 30px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 60px 0 49px 0;
}

.info__wrapper+.info__wrapper {
    margin-top: 99px;
}
.en-title {
    color: #999;
    font-size: 14px;
    line-height: 14px;
}