.ova-title{
    text-align: center;

    .sub-title{
        color: var(--primary);
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
        margin: 0;
        margin-bottom: 14px;
    }

    .title{
        color: var(--heading);
        font-size: 50px;;
        font-weight: bold;
        line-height: 1.2;
        margin: 0;
        margin-bottom: 30px;
        a{
            color: var(--heading);
            @include transaction(all, .3s, ease);
            &:hover{
                color: var(--primary);
                @include transaction(all, .3s, ease);
            }
        }  
    }
    .description{
        margin: 0;
        margin-bottom: 15px;
    }
}