.secondary-button {
    padding: 12px 20px;
    text-transform: uppercase;
    background-color: var(--black-color);
    color: white;
    font-weight: 700;
    border: none;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px !important;
}

a.secondary-button:hover {
    color: white !important;
}

a.secondary-button:hover {
    color: white !important;
}

.secondary-button:hover {
    background-color: var(--secondary-button-hover-color);
}
.ligth-weight i {
    font-size: 1.3rem!important;
    margin-left: 2px;
    display: flex;
}
