/* ----------------------------------------------------------------------*/
/* Portfolio   --------------------------------------------------------- */
/* ----------------------------------------------------------------------*/


#portfolio_top_section{
    padding: 0;
    margin-top: 110px;
    background: #F2AE27;
    padding: 10px 0 5px 0;
}

#portfolio_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) {

    #portfolio_top_section{
        margin-top: 60px;
    }    

    #portfolio_top_section h1{
        font-weight: 700;
        font-size: 35px;
        line-height: 30px;
    }

}
