#returns-01 {
    background: #1C7AB6;
    color: #fff;
    width: 100%;
    position: relative;
    left: -8px;
    line-height: 150px;
    font-size: 70px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
}

#returns-02 {
    color: #1C7AB6;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-top: 4%;
    width: 90%;
    max-width: 1345px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#returns-03 {
    color: #616161;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 2%;
    margin-bottom: 5%;
    line-height: 28.5px;
    width: 90%;
    max-width: 1345px;
    margin-left: auto;
    margin-right: auto;
}



div p {
    color: black;
    margin-bottom: 25px;
}