.MiddleBanner{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed ;
    padding: 170px 0px 170px 0px;
}
.MiddleBanner,
.MiddleBanner h2,
.MiddleBanner a{
    color:#fff;
}
.MiddleBanner h2{
    padding-bottom:25px;
    margin-bottom:25px;
    position: relative;
}
.MiddleBanner h2:after{
    content: "";
    display:block;
    position: absolute;
    left:0;
    bottom:0;
    width:10%;
    height:2px;
    background:#fff;
}
.middle-banner-text{
    font-size:18px;
    line-height:1.8em;
    margin-bottom:50px;
}
.middle-banner-a{
    padding:5px 25px;
    border:2px solid #fff;
    border-radius: 22px;
}
.w50-R{
    width:100%;
    padding-left:50%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
@media screen and (max-width:922px) {
    .middle-banner-text{
        font-size:15px;
    }
}
@media screen and (max-width:768px) {
    .MiddleBanner{
        padding:100px 0;
    }
	.w50-R{
        padding:0 15px;
    }
}
