.custom-button-1, .custom-button-2, .custom-button-3, .custom-button-4 {
    display: inline-block; 
    padding: 10px 20px;
    margin-left: 10px; /* espaçamento dos botões */
    margin-top: 15px;
    background-color: #0f2100;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0;
    font-weight: bold;
    transition: background-color 0.3s;
    padding: 6px 15px;
    font-size: 13px;
}

.custom-button-1:hover, .custom-button-2:hover, .custom-button-3:hover, .custom-button-4:hover
/* .custom-button-1:hover, .custom-button-2:hover, .custom-button-3:hover, .custom-button-4:hover*/ {
    background-color: #2a4c0e !important;
}