.two_zone_title{
    width: 100% !important;
    height: 600px;
    background: url(../images/two_zone_policy_titlebg.png) no-repeat top center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    letter-spacing: 10px;
    margin-top: 10px;
}
.two_zone_title>div{
    width: 100%;
    height:320px;
    padding: 32px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.two_zone_title .two_zone_title_A,
.two_zone_title .two_zone_title_B{
    display: block;
    width: 72%;
    /*text-align-last: justify;*/
    text-align: left;
    font-size: 18px;
    color: white;
    margin: 15px 0px;
    margin-left: 165px;
    font-weight: bold;
}
.two_zone_title .two_zone_title_C{
    font-size: 36px;
    color: white;
    margin: 20px 0px;
}
.two_zone_title>p{
    width: 100%;
    padding: 0px 10%;
    /*height: 280px;*/
    font-size: 36px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-shadow: 2px 5px 5px #0080ff;
}
.two_zone_content{
    margin-top: 15px;
    border: 2px solid #105FAF;
}
.two_zone_content b{
    width: 100%;
    height: 60px;
    font-size: 20px;
    color: #105FAF;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D9ECF9;
}
.two_zone_content div{
    margin: 15px;
}
.two_zone_content p{
    text-align: justify;
    line-height: 32px;
    color: #105FAF;
    font-size: 18px;
}
.two_zone_content p span{
    display: block;
    padding-left: 15px;
}
@media screen and (max-width: 998px) {
    .two_zone_title p{
        font-size: 18px;
    }
    .two_zone_title{
        height:429px;
    }
}
@media screen and (max-width: 768px) {
    .two_zone_title .two_zone_title_A, .two_zone_title .two_zone_title_B{
        display: none;
    }
    .two_zone_title p{
        font-size: 18px;
    }
    .two_zone_title{
        height:429px;
    }
    .two_zone_title>div{
        height: 50%
    }

}