@charset "UTF-8";
.section{
    padding: 0;
    position: relative;
}
.add_feas_btn{
    position: absolute;
    bottom: 43px;
    left: 50%;
    margin-left: -91px;
}
@media only screen and (max-width: 1199px){
    .add_feas_btn{
        bottom: 25px;
    }
}
@media only screen and (max-width: 991px){
    .add_feas_btn{
        bottom: 20px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        width: 168px;
        margin-left: -84px;
    }
}
@media only screen and (max-width: 768px){
    .add_feas_btn{
        bottom: 80px;
    }
}