.titulo {
    margin-top: 140px;
}

.border1 {
    width: 90px;
    height: 3px;
    background-image: linear-gradient(to right, #ff000a, #c6db27, #1aad53);
    margin: 0;
}

.galeria {
    margin-top: 60px;
    height: auto;
}

.col-lg-6 h4 {
    color: #09b954;
}

.firo {
    width: 30px;
    height: 3px;
    background: #ad1a25;
    align-items: center;
    margin-bottom: 15px;
}

.firo1 {
    width: 30px;
    height: 3px;
    background: #cae30a;
    align-items: center;
    margin-bottom: 15px;
}


@media screen and (max-width:768px) {

    .titulo {
        text-align: center;
    }

    .border1 {
        width: 100px;
        margin: auto;
    }
}
