:root {
    --hlBack: rgba(159,255,73,1);
    
}

.uc-tit {
    text-align:center;
    text-transform: uppercase;
    font-family: 'CormorantGaramond';
    font-size:36px;
    font-weight:bold;
    width:90%;
    border-bottom:1px solid #777;
    margin:0 auto;
}

.uc-subtit {
    text-align:left;
    font-family: 'CormorantGaramond';
    font-size:28px;
    width:70%;
    padding-left:10%;
    margin:70px 0px 30px 0px;
    font-weight:bold;
    background: linear-gradient(90deg, var(--hlBack) 0%, rgba(255,255,255,1) 20%);
    
}

.uc-hlight {
    text-align:center;
    font-family: 'CormorantGaramond';
    font-size:28px;
    width:100%;
    margin:70px 0px 30px 0px;
    font-weight:bold;
    background: radial-gradient(circle, var(--hlBack) 0%, rgba(255,255,255,1) 35%);
}

@media (min-width: 1260px) {

.uc-subtit {margin:70px 0px 30px 20%;}
.uc-tit {font-size:42px; width:70%;}

}

    
