.staticpage h2 {
font-size: 17px;
margin-top: 30px;
font-weight: 600;
}

.staticpage p , .staticpage ul li {
font-size: 15px;
}
.nav_list{
  justify-content: center;
}
.staticpage h1 {
    color: var(--c-000000);
    text-align: center;
    font-size: 24px;
    line-height: var(--line-4);
    font-family: var(--fm-euclid-ultralight);
    font-weight: 600;
    letter-spacing: 2.8px;

    margin-bottom: 40px;
    text-transform: uppercase;
}
.container{
      max-width: 88%;
}
.staticpage {
    background: #eee;
    padding: 50px 0px;
}
.staticpage p a {
    color: #000;
}
@media screen and (max-width:787px) {
  .logo_wrap img {
        max-width: 216px;
    }
    .staticpage h1{
          font-size: 20px;
    }
    .container {
    max-width: 94%;
}
} 