.ajudar {
    background-size: cover;
    background-image: url(../img/african-kids.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    margin-bottom: 100px;
    margin-top: 150px;
}

.firo {
    width: 30px;
    height: 3px;
    background-image: linear-gradient(to right, #ff000a, #c6db27, #1aad53);
    align-items: center;
    margin-bottom: 15px;
}

.col-lg-5 {
    background: rgba(255, 255, 255, 0.94);
    height: 500px;
    margin: 50px;
    color: #272727;
}

.col-lg-5 h5 {
    color: #000000;
    font-weight: 600;
}
.col-lg-5 strong {
    color: #187725;
}

.col-lg-5 a {
    color: #8f0000;
    font-weight: 600;
}
.col-lg-5 a:hover {
    color: #000000;
    text-decoration: none;
}

.apoio {
    margin: 40px 20px;
}

/* Tela - Smartphone*/
@media screen and (max-width:768px) {
    .ajudar {
        margin-top: 130px;
        margin-bottom: 100px;
    }

    .col-lg-5 {
        margin: 10px;
        height: auto;
    }

    .apoio {
        margin: 30px 10px;
    }
}
