#contact > .text-wrapper{
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
}

#contact > .text-wrapper > *{
    font-size: 36px;
    line-height: 53px; 
    font-weight: 700;
}

#contact > .text-wrapper > p > .coloured-text{
    color: #085A0E;
}

#contact > .text-wrapper > * + * {
    margin: 0;
    
}