/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.about {
    padding: 0px;
}
#about {
    padding-top: 20px;
    overflow: hidden;
}
#about p{
    text-align: justify;
    text-justify: inter-word;
}
#about img{
    height: 400px;
    width: 400px;
}
#about_top_section{
    padding: 0;
    margin-top: 110px;
    background: #F2AE27;
    padding: 10px 0 5px 0;
}

#about_top_section h1{
    font-weight: 700;
    font-family: "Lucida Sans";
    color: #fff;
    font-size: 48px;
    line-height: 40px;
}

#find_out {
    background: #1A80B6;
    padding: 20px 0 15px 0;
    color: #fff;
}
#find_out h1{
    font-weight: 600;
    font-size: 30px;
}

.more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 20px 6px 20px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
}

.more-btn i {
    font-size: 14px;
}

.more-btn:hover {
    color: #1A80B6;
    background: #fff;
}

@media only screen and (min-width: 280px) and (max-width: 992px) {
    .about .member p {
        font-family: "Arial";
    }

    .about .member span {
        font-family: "Arial";
    }

    #about_top_section{
        margin-top: 60px;
    }    

    #about_top_section h1{
        font-weight: 700;
        font-size: 35px;
        line-height: 30px;
    }

    .member-info h2 {
        font-size: 18px;
    }

    .about .member .pic {
        width: 150px;
    }

    .about {
        padding: 5px;
    }

}