.terms {
    max-width: 1000px;
    margin: 2rem auto;
}
.terms h3{
    font-weight: 600;
    margin: 0 0 1.5rem 0;
}
.terms h5{
    font-weight: 600;
    margin: 1.5rem 0;
}
.terms p{
    margin-bottom: .3rem;
}
.bx {
    background: #FFFFFF;
    box-shadow: 0 2px 7px -1px #ddd;
    border-radius: 8px;
    margin-bottom: 2rem;
    list-style: none;
    padding: 1.8rem;
}
.sec {
    background-image: url('../../assets/img/termsbg.png');
    background-repeat: no-repeat;
    background-size: cover
}
@media(max-width:768px){
    
    .terms{
        margin: 1rem auto !important;
    }
    .bx {
        margin-bottom: 1rem;
    }
}