.box-gray {
    background: #f8f9fc;
    border-radius: 10px;
    padding: 35px ;
}
.box-gray .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
#Template ul {
    padding-right: 40px;
}


@media only screen and (max-width: 768px) {
    div#sec_5 .box-gray, div#sec_6 .box-gray, div#sec_7 .box-gray, div#sec_8 .box-gray, div#sec_9 .box-gray {
        padding: 20px 10px !important;
    }
    #Template li {
        list-style: none;
        margin-bottom: 6px;
        font-size: 16px;
        position: relative;
        line-height: 34px;
    }
}
.dv-attachment-content h6{
    padding:0 !important;
}
.dv-attachment-content h6::before {
    display: none !important;
}
