 .ems-lp h2 {
    margin: 0 auto 50px;
    max-width: 1000px;
    font-size: 30px;
    line-height: 56px;
    font-weight: 600;
    text-align: center;
}
 
:root {
  --theme-color: #2e9ca2;
  --theme-bg: #ecfeff;
  --theme-bg-offset: #c0fcff;
  --theme-filter: hue-rotate(300deg) saturate(1.5);
  --theme-filter-1: hue-rotate(320deg) saturate(1.3);
}

h2, .hTag2 {
    font-size: 20px;
    line-height: 34px;
    margin: 0px 0 0px;
    color: #333;
    font-weight: 400;
}
h1, .pg-head, .hTag1 {
    font-size: 24px;
    line-height: 45px;
    margin: 0 0 0px;
    color: #333;
    letter-spacing: -1px;
    font-weight: 400;
}
.footer .footCol2 {
    padding: 2% 0%;
    border-right: 0px solid #292929;
}
.footer .footCol1, .footer .footCol2 {
    border-right: 0px solid #666;
}
.footCol2 {
    width: 30%;
    min-height: 220px;
    padding: 0 4.5%;
    float: left;
    border-right: 1px dashed #000;
}
