#name-page{background-image: url('../img/bg_money_gram.jpg')}
#money_gram h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color:#1185d9;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
    font-size: 19px;
    margin-top: 0;
}
.text-destaque{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color:#1185d9;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
}
#money_gram .text{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 35px;
    font-size: 14px;
    color:#0d2128;
    text-align: left;
    margin-bottom: 30px;
}
#prepare{
    background-image: url('../img/money_gram_prepare.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    padding-top: 150px;
    padding-bottom: 150px;
    margin-bottom: 150px
}
#prepare h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color:#1185d9;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 2px;
}
#prepare h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color:#FFF;
    margin-bottom: 70px;
    font-size: 13px;
}
#prepare ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
#prepare li{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color:#FFF;
    width: 100%;
    text-align: left;
    display: block;
    margin-bottom: 55px;
    line-height: 25px;
}
span.quad{
    background-color: #1185d9;
    display: inline-block;
    width: 10px;
    margin: 0;
    height: 10px;
    position: relative;
    margin-right: 10px;
}
@media (max-width: 420px) {
    #money_gram h3{
        margin-top:30px;
    }
}