.ajudar {
    background-size: cover;
    background-image: url(../img/african-children.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
    margin-bottom: 100px;
    margin-top: 150px;
}

.firo {
    width: 30px;
    height: 3px;
    background: #b90909;
    align-items: center;
    margin-bottom: 15px;
}

.fundo {
    background: rgba(255, 255, 255, 0.94);
    height: 500px;
    margin-left: 100px;
    margin-top: 50px;
}

.fundo h4 {
    color: #28a745;
}

.conta {
    background: rgba(230, 230, 230, 0.94);
    height: auto;
    color: #dbdbdb;
    margin-top: 100px;
}

.conta p {
    color: #191818;
    font-weight: 400;
}

.texto {
    margin: 20px;
}

.texto h6 {
    text-decoration: underline;
    font-weight: 600;
    color: #000000;
}

.texto a {
    text-decoration: none;
    color: #4b4b4b;
}

.texto a:hover {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.mapa {
    margin-top: -50px;
}

/* Tela - Smartphone*/

@media screen and (max-width:768px) {

    .ajudar {
        height: auto;
        margin-bottom: 100px;
        margin-top: 150px;
    }

    .fundo {
        margin: 5px;
        margin-top: 20px;
        height: auto;
    }

    .conta {
        margin-top: 20px;
        height: auto;
        color: #dbdbdb;
    }

}
