.about-mkcf{
    width:100%;
    background-color:#e6f6fc;
    padding-top:40px;
    padding-bottom:40px;
    margin-bottom:30px;
    background-image:url(img/bg.png);
    background-position:center center;
    background-repeat:no-repeat;
}


.about-mkcf .top{
    margin-bottom:30px;
}

.about-mkcf .top h2{
    color:#595759;
    padding:0px;
    margin:0px;
    text-align:center;
    font-size:32px;
    font-family: 'Lato', sans-serif;
    font-weight:bold;
}

.about-mkcf .cell{
    background-color:#fff;
    border-radius:10px;
    padding:30px;
}

.about-mkcf .cell h2{
    text-align:center;
    color:#1776bb;
    font-size:32px;
    margin-bottom:15px;
    font-family: 'Lato', sans-serif;
    font-weight:normal;
}

.about-mkcf .cell p{
    color:#555;
    text-align:center;
    font-size:14px;
}

.about-mkcf .cell p a{
    color:#888;
    text-decoration:none;
}

.about-mkcf .cell p a:hover{
    text-decoration:underline;
}

.about-mkcf .bottom{
    text-align:center;
}

.about-mkcf .bottom h2{
    color:#1776bb;
    padding:0px;
    margin:40px 0px 20px 0px;
    text-align:center;
    font-size:32px;
    font-family: 'Lato', sans-serif;
    font-weight:bold;
}

.about-mkcf .bottom a.btn{
    font-size:14px;
    padding:15px 18px;
    margin-right:15px;
}


/* small tablet */
@media screen and (max-width: 1023px) {

    .about-mkcf{
        background-size:cover;
    }

}

/* mobile */
@media screen and (max-width: 768px) {
    .about-mkcf .cell{
        margin-bottom:20px;
        padding:20px;
    }

    .about-mkcf .cell h2{
        margin-top:0px;
    }

    .about-mkcf .bottom h2{
        margin-top:20px;
    }
}