#how-we-work {
    padding:160px 0;
    background-color: #F4F0EB;
}

#how-we-work h4 {
    text-transform: uppercase;
    font-weight: 900;
    color:#fff;
    border-radius: 6px;
    background-color: #ED7D31;
    font-size: 20px;
    display: inline-block;
    margin: auto;
    padding: 5px;
    margin-bottom: 20px;
}

#how-we-work h2 {
    text-align: center;
    font-size: 48px;
    line-height: 1.2;
    font-weight:600;
    padding:0 0 20px 0;
}

#how-we-work p {
    text-align: center;
}