.banner-slider{
    width: 100%;
    float: left;
    position: relative;
}
.banner-slider .slick-list{
    border-radius: 0 0 33px 33px;
}
.terms{
    width: 100%;
    float: left;
    padding: 25px;
}
.terms h2 {
    text-align: left;
    font-size: 26px;
    margin: 0;
    padding: 0 0 20px;
}
.terms p {  
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 20px;
} 
.terms h3 {
    font-size: 18px;
    margin: 0;
    padding: 20px 0  10px;
    width: 100%;
    float: left;
}
.terms p a{
    color: #fff;
    text-decoration: underline;
}
.terms ul li{
    width: 100%;
    float: left;
     font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 10px;
    padding-left: 20px;
    position: relative;
}
.terms ul li:before{
    position: absolute;
    content: "";
    left: 0;
    width: 8px;
    height: 8px;
    top: 8px;
    background: #fff;
    border-radius: 50%;
}
 
@media screen and (min-width:820px){
.terms p {  
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 20px;
} 
.terms ul li{
    font-size: 20px;
    line-height: 28px;
}
.terms h3 {
    font-size: 24px;
    margin: 0;
    padding: 20px 0  10px;
    width: 100%;
    float: left;
}
.terms{
    width: 100%;
    float: left;
    padding: 50px 70px;
}


}

@media screen and (min-width:1750px){

    .terms { 
    padding: 70px 180px;
}
.terms p {  
    font-size: 30px; 
    line-height: 38px;
} 
.terms ul li{
    font-size: 30px;
    line-height: 38px;
}
.terms h3 {
    font-size: 34px; 
} 

}