.feature-footer-wrap .container {

    padding: 80px 0;
}
.heading-menu{
display:none;
}
#scroll ul{
margin-left:0px !important;
}
.lhs-nav{
margin-left: 0px !important;
}
ul, ol {
    list-style-type: none !important;
}


.feature-content.note {
    padding: 30px;
    background: #eff5de;
}
.feature-content.note p {
    font-size: 16px;
}
.prdLogo img {
    width: 138px;
}

a.learn-more {
    color: #138cd6;
    font-family: var(--primaryfont-bold);
    padding: 0 0 2px;
    border-bottom: 2px solid #138cd6;
}
    .img-show img {
        position: absolute;
        width: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }