/* Start custom CSS */.btn-more {
    cursor: pointer;
}

    .btn-more:hover {
    opacity: 0.8;
}

.div-more {
    display: none;
}
.btn-less {
    display: none;
}/* End custom CSS */