

.titol_popup_cml {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #48475C;
    padding: 0;
    text-decoration: none;
}

.butt_orange_cml {
    background-color: var(--op-brand-color-green);
    border: 0px;
    text-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    height: 44px;
    padding-bottom: 5px;
    font-weight: 600;
    width: 498px;
    color: white;
    font-size: 22px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-appearance: none;
    transition: 0.5s;
}

.fw600_cml {
    color: white !important;
}

#butt_continue span {
    color: white !important;
}