/*Menu*/
.g-main-nav .g-toplevel > li {
    padding: 0 0.5rem;
    border-left: 0px solid silver;
}

/*End Here*/

/*Main Section*/

section#g-feature .g-block.size-70  {
    background-color: #e1e1e1;
    color: #000;
}
section#g-feature .g-block.size-70 a{
  color:#000;
}
#g-feature:before{
  display:none;
  
}
section#g-feature hr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

/*End Here*/