:root {
    --brand: #ff4d29;
}

.intro {margin-bottom: 36px;
text-align: center;}

.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.intro p {
    max-width: 500px;
}