.synenctionprocesses-widget h3 {
    text-transform: inherit;
    /*color:#000;*/
    padding-left:30px;
    padding-top:25px;
    font-size:40px;
}

.synenctionprocesses-widget .buttonsgroup-widget a {
    margin:20px auto;
    display:table;
}

.synenctionprocesses-widget .buttonsgroup-widget a .cta-red {
    background: #E33C46;
    color: #fff;
    box-shadow: 0px 0px 0px;
    border: 0px;
    font-size: 19px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 14px;
    padding-bottom: 14px;
    cursor: pointer;
    min-width: 278px;
    text-align: center;
    border-radius: 40px !important;
    -webkit-border-radius:40px !important;
    transition: opacity .3s ease;
    opacity:0.8;
}

.synenctionprocesses-widget {
    transition: opacity .3s ease;
    opacity:0.8;
}

.synenctionprocesses-widget:hover {
    opacity:1;
}

.synenctionprocesses-widget .buttonsgroup-widget a .cta-red:hover {
    opacity:1;
}