.viewAll{
    cursor: pointer;
}
.btn-wrap {
    position:relative;
    top:20px;
}
.btn-default {
    margin-right:10px;
}

@media(max-width:768px){
    .btn {
        display: block;
        width: 100%;
    }
    .btn-default {
        margin-bottom:10px;
    }
}
@media(max-width:415px){ 
    .child-pages-title{
        height:auto;
    }
}