.about-left {
    min-height: 1137px;
}

.about-title {
    font-family: "Museo Sans 700", Sans-Serif;
    font-size: 38px;
    color: #1B1B93 !important;
    font-weight:normal;
}

.about-top-left p {
    font-family: "Museo Sans 300", Sans-Serif;
}

@media screen and (max-width: 799px) {
    .about-left {
        width: 480px;
    }
    .about-top-left {
        width: 480px;
        padding-top: 270px;
    }
}

body.about .about-bottom-left {
    background: #fff;
    height: auto;
    padding: 20px;
}

body.about .about-bottom-left h3 {
    margin-bottom: 0;
    font-weight: lighter;
}

body.layout_one_column .about-bottom-left h2 {
    font-size: 38px;
    color: #1B1B93;
    padding: 14px 0;
    margin: 0;
}

.about-bottom-left .col-third{
    padding: 0 7px;
}

.about-bottom-left .mini-boxes {
    margin: 20px -7px 15px;
    width: auto !important;
}

.about-bottom-left .mini-box {
    background: #1B1B93;
    display: block;;
    float: left;
    width: 100% !important;
    padding: 30px 0;
}

.about-minibox-title {
    font-family: "Museo Sans 700", Sans-Serif;
    color: white;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    letter-spacing: 0.03em;
    min-height: 56px;
}
.about-minibox-title:not(.middle) {
    padding: 14px;
}


.about-minibox-title span {
    font-size: 20px;
}

.about-minibox-text {
    font-family: "Museo Sans 500", Sans-Serif;
    color: white;
    font-size: 20px;
    line-height: 25px;
    margin: 10px 0 20px;
}

.about-minibox-button {
    font-weight: normal;
    background: white;
    color: #4d4d4f;
    /*padding: 9px 0 3px;*/
    padding: 11px 7px 8px 8px ;
    font-size: 19px;
    line-height: 19px;
}

.about-minibox-button .icon-play {
    color: #1AC49E;
    margin-left: 2px;
}

.about-get-involved {
    background-color: #faf8fd;
    background-image: -moz-linear-gradient(#faf8fd, #ede7f8);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#faf8fd), to(#ede7f8));
    background-image: -webkit-linear-gradient(#faf8fd, #ede7f8);
    background-image: -o-linear-gradient(#faf8fd, #ede7f8);
}

.about-get-involved h3 {
    color: #1B1B93 !important;
    font-family: "Museo Sans 700", Sans-Serif;
    font-kerning: normal;
    font-weight: bold;
    font-size: 32px;
}

.about-get-involved-icons i {
    color: #1B1B93;
}

.about-get-involved h4 {
    font-weight: lighter;
    font-size: 21px;
}

.about-get-involved .involved-facebook,
.about-get-involved .involved-twitter,
.about-get-involved .involved-pinterest {
    background-image: url(../../img/about-involved.png);
}

.about-who-is-deepak {
    background: #fff;
}

.about-who-is-deepak h3 {
    color: #1B1B93 !important;
    font-family: "Museo Sans 700", Sans-Serif;
    font-weight: lighter;
    font-size: 28px;
}

.about-who-is-deepak a {
    font-weight: lighter;
    letter-spacing: 0.02em;
    color: #1AC49E;
    text-decoration: none;
}

.about-who-is-deepak p {
    font-family: "Museo Sans 300", Sans-Serif;
    margin-bottom: 25px;
}

@media screen and (max-width: 800px) {
    .about-bottom-left .push-half-third {
        margin-left: 0;
    }

    .about-bottom-left .col-third{
        width: 50%;
    }

    .about-bottom-left .col-third:nth-child(3){
        margin-left: 25%;
    }
}
