#scroll ul {
    list-style-type: none;
}
.heading-menu {
display: none;}
.banner-wrap {
    width: 100%;
    padding: 80px 0;
    background: url(../images/features/Central-control-feature-banner-bg.png) #28296d;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #e8e8e8;
}
.banner-wrap h1 {
    color: #fff;
    margin: 0 auto;
    font-size: 48px;
    line-height: 1.2;
    max-width: 730px;
    width: 90%;
}
/*  */
.pam360-cont-wrap {
    overflow: hidden;
    width: 100%;
}
.pam360-cont-wrap .container {
    padding: 80px 0;
}
.pam360-footer-wrap {
    background: #28296d;
}
.pam360-footer-wrap .container {
    display: block;
    text-align: center;
}
.pam360-footer-wrap h2 {
    font-size: 38px;
    margin: 0 auto 20px;
    color: #fff;
}
.pam360-footer-wrap {
    background: #28296d;
}
.pam360-footer-wrap .container {
    display: block;
    text-align: center;
}

.feature-list-wrap ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    background-color: #fff;
    margin: 40px 0 0;
}

.feature-list-wrap ul li {
    border: 1px solid #f7f7f7;
    padding: 30px;
    position: relative;
    transition: 0.5s all;
}
.feature-list-wrap ul li:hover {
    box-shadow: 0px 0px 20px 5px #e7e7e7;
}
.feature-list-wrap ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.feature-list-wrap ul li figure {
    width: 100%;
    height: 70px;
}
.feature-list-wrap ul li figure img {
    height: 100%;
    width: auto;
}
.feature-list-wrap ul li h3 {
    font-size: 24px;
    margin: 20px 0 10px;
}
.feature-list-wrap ul li p:last-child {
    margin: 0;
}
@media screen and (max-width: 1060px){
    .feature-list-wrap ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .banner-wrap h1 {
        line-height: 1.2;
    }
}
@media screen and (max-width: 680px){
    .feature-list-wrap ul {
        grid-template-columns: repeat(1, 1fr);
    }
} 
