.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;}
    
.lc-nav-header * p, .lc-header * p, .lc-wrapper * p {margin-top: 0; margin-bottom: 1rem;}
  
#inner-wrapper * {box-sizing:border-box}

.seo{
    width: 80%;
    margin: 0 auto 25px;
}
.seo-text{
    font-size:16px;
    color: #707070;
}

.seo a{
    background-color: #314C89;
    color: white;
    padding: 8px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin:auto;
    margin-top: 50px;
    transition: all .3s ease-in-out;
    text-decoration: none;
    display: block;
    width: fit-content;
    border: 1px solid #314C89;
}

.seo a i {
    margin-left: 10px;
}

.seo a:hover{
    background-color: #F7F7F7;
    color: #314C89;
}