.bottomContent strong {
    font-weight: 600;
}
.all-notes ul{padding-left: 20px;}
.quoteBox {
    position: relative;
    width: 100%;
    margin: 30px auto;
    background: #f2f2f2;
    padding: 12px 8px;
    border: 2px solid #e8f1f6;
    border-radius: 5px;
    justify-content: space-between;
}
.flex {
    display: flex;
}
.quoteIcon {
    position: relative;
    background: url(/sites/meweb/images/fr/data-security/images/bad-usb-icon-new.png) no-repeat;
    background-position: 0px 0px;
    width: 52px;
    height: 45px;
    background-size: 50px;
    margin-left: 20px;
}
.quote {
    font-size: 14px;
    width: calc(100% - 100px);
    line-height: 25px;
}
.quoteAuthor {
    font-weight: 600;
    display: block;
}
.footer-new{
display:none;
}
.mainContent {
    
    border-bottom: none;
}
strong {
    font-weight: bold;
    font-family: Zoho_Puvi_Bold;
}