.banner-bg{
    background: url("../images/policy/banner.jpg") no-repeat;
    background-size: cover;
}

.section{
    text-align: center;
}

.banner-title{
    width: 50%;
    margin: 0 auto;
    padding-top: 40px;
}
.banner-description{
    font-size: 24px;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.button{
    margin: 20px auto;
    width: 150px;
    display: block;
    background: #00a560;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    border: 1px solid transparent;
    outline: none;
}
.button:hover{
    background: #fff;
    color: #00a560;
    border: 1px solid #00a560;
}
@media (max-width: 640px) {
}

.section-title{
    text-align: center;
    color: #00a560;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 30px;
}
.section-description{
    font-size: 24px;
    padding-bottom: 30px;
}
.section-list{
    text-align: left;
    color: #6c6c6c;
    padding: 10px;
}
.icon-ul{
    display: inline-block;
    width: 18px;
    height: 18px;
    border:  2px solid #00a560;
    border-radius: 50%;
}
.lists{
    padding-left: 10px;
    display: inline-block;
    line-height: 18px;
}
.obj-list{
    font-size: 24px;
    color: #6c6c6c;
}
.obj-list i{
    font-size: 24px;
}
.obj-list span{
    font-size: 24px;
}
.button-box{
    text-align: center;
}