.bg-custom {
    background-color: #748873 !important;
}

.btn-custom {
    background-color: #748873 !important;
    color: white !important;
    border-color: #748873 !important;
}

.btn-custom:hover {
    background-color: #e09a15 !important;
    border-color: #e09a15 !important;
}