html{
    font-size: 14px;
    letter-spacing: 0.01rem;
}
body::after{
    display: none;
}
body{
    height: 100%;
    background-color: #F8F8F8;
    margin: 0;
    font-family: 'Montserrat', Helvetica, Arial, serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    color: #626262;
    text-align: left;
}
section{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.center-text{
    text-align: center !important;
}
img.info{
    width: 50%;
    vertical-align: middle;
    border-style: none;
    margin-bottom: 50px;
}
h1{
    font-size: 3rem !important;
    margin-top: 1rem !important;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #2C2C2C;
}
p{
    padding: 1.5rem !important;
    line-height: 1.5rem;
    margin-top: 0;
}
footer{
    position: fixed;
    bottom: 0;
    border-top: 1px solid rgba(136, 136, 136, 0.1);
    width: 100%;
}
footer .footer{
    max-width: 1300px;
    margin: 0 auto;
}
.text-holder{
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgba(40,55,66,0.95);
}
.text-holder::after{
    content: '';
    display: table;
    clear: both;
}
.left {
    float: left;
}
.right{
    float: right;
}
@media screen and (max-width:768px) {
    .left, .right {
        width:100%;
        text-align:left
    }
    .right {
        margin-top:10px
    }
}
a{
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    color: #feae3b;
}