/* Banner Css Start Here */
.terms-banner {
    background-image: url(../img/cartbanner.png);
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.terms-banner .contentDv {
    margin-bottom: -20%;
    position: relative;
}
.terms-banner .contentDv:after {
    content: '';
    background: #fff;
    width: 2px;
    height: 70%;
    position: absolute;
    right: 0;
    top: 0;
}
.terms-banner .contentDv h2.title {
    font-size: 49px;
    letter-spacing: 20px;
    margin-bottom: 1%;
    padding-left: 19px;
}
.terms-banner .contentDv h2.title span {
    color: #568a3a;
}
.terms-banner .contentDv .image-box figure img {
    width: 22%;
}
/* Banner Css End Here */

/* policies Css Start */
.policies {
    padding: 100px 0 60px;
}
.policies  .descrip {
    position: relative;
}
.policies .descrip p {
    font-family: 'Poppins';
    color: #4A4A4A;
    font-size: 15px;
    line-height: 25px;
}
.policies .leaf-one {
    position: absolute;
    left: -7%;
    z-index: -1;
    top: -3%;
}
.policies .leaf-two {
    position: absolute;
    right: 0;
    z-index: -1;
    top: -5%;
}
.policies .leaf-three {
    position: absolute;
    left: 0px;
    top: -120%;
    z-index: -1;
}