body{
    font-family: 'Roboto', sans-serif;
}
.banner-terms{
    padding: 80px;
}
.heading-terms-1{
    font-size: 38px;
    font-weight: 800;
    color: #fff;
}
.content-banner p{
    font-size: 17px;
}
.card-terms{
    padding: 20px 40px;
    border-radius: 10px;
    background-color: rgb(252, 244, 227);
    border: 1px solid #ccc;
}
.banner-terms{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    position: relative;
}
.banner-terms::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.4;
    background-color: #000;
    z-index: -1;
}
.heading-1-content-terms{
    font-size: 28px;
    color: #000;
    font-weight: bold;
}
.heading-2-term-contetn{
    color: #000;
    font-size: 20px;
    font-weight: 800;
}
@media(max-width:991px){
    .banner-terms{
        padding:60px 0px;
    }
}