* {
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    word-wrap: break-word;
    color:#fff;
}
.bcit-cherry {
    text-align: center;
    padding: 30px;   
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.cherry-link {
    display:block;
}
.site-logo {    
    max-width: 320px;
    height: auto;
}
.cherry-section {
    position:absolute;
    width: 100%;
    height: calc(100% - 179px);    
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    background: #d7352a url('../img/server-back.jpg') center/cover;
}
.cherry-inner {
    width: 100%;
    padding: 40px;
    max-width: 1140px;
    margin: auto;
    text-align: center;
}

h1, h2, h3, p, span {
    color: #FFF;
    line-height: 1.1em;
}
h1 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
}

.info {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8em;
}
@media screen and (max-width: 480px)
{
    h1 {
        font-size: 32px;
        text-align: left;
    }
    p {
        font-size: 16px;
        text-align: left;
    }
}