.container{
    max-width:1200px;
}

#btmBar ul li {
  float: left;
  width: 32%;
  padding: 0 0.5%;
  text-align: center;
}
.container{
    max-width:1200px;
}
ul.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    grid-gap: 40px;
margin: 0px 0px 40px 0px;
}
ul.flex > li{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    border-radius: 5px;
    align-items: center;
    padding: 15px;
    width: 250px;
    margin: 0;
    position: relative;
    background: #f5fbff;
}

ul.flex > li > h3 {
    margin: 0px 0px 10px;
    color: #013e97;
    font-size: 18px;
    line-height: 20px;
}
ul.flex > li > p{
    margin: 0px 0px 10px;
}
ul.flex > li > img {
    border-radius: 5px;
    max-width: 250px !important;
    margin: 0px 0px 15px;
}


ul.flex > li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content-visibility: hidden;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 2px #f1f1f1;;
}
ul.flex > li:hover{
    box-shadow: 0 0 10px #9fd2ff;
}
h3.tac.no-margin-top {
    max-width: 740px;
    margin: 0 auto 30px;
}
.banner-section {
    text-align: center;
    background: #103f83;
    color: #fff;
    padding: 80px 0px;
    margin: 0px 0px 40px 0px;
    background-image: url(/manageengine/products/desktop-central/images/clip/ecnew-fea-banner-1.jpg);
}

div#scroll {
    padding-top: 0px;
max-width: 1100px !important;
}
.banner-section {
    text-align: center;
    background: #103f83;
    color: #fff;
    padding: 80px 0px;
    margin: 0px 0px 40px 0px;
    background-image: url(https://www.manageengine.com/products/desktop-central/images/clip/ecnew-fea-banner-1.jpg);
}
.banner-section h2 {
    max-width: 1100px;
    margin: 0 auto 20px !important;
    line-height: 40px;
    font-size: 32px;
    font-weight: 400;
color:#fff;
}
p.tac.no-margin-top {
    font-size: 17px;
    color: #f8c545;
   font-weight: 200;
}
.container#scroll h2 {
    font-size: 30px;
    font-weight: 600;
    color: #114084;
    padding: 10px 0px;
    border-bottom: solid #f7f7f7 1px;
}
