.btn-green {
    background-color: #52B69A !important;
    color: white;
}


.btn-green:hover {
    background-color: #257a62 !important;
    color: white;
}