.abotus{

    margin-bottom: 3%;
    margin-top: 3%;
    max-width: 100%;
    

}
.profile-aboutus {
    width: 20%;
    margin: 10px;
    padding: 15px;
    text-align: center;
}

.profile-aboutus  img {
    max-width:60%;
}

.first-row, .second-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 1%;
}

.rrss-icon{
    font-size: 24px;
    margin-top: 8%;
    display: flex;
    justify-content:center
}

.rrss-icon i {

    padding-right:15px;
}
H2 {
    margin: 5%
}

@media (max-width:786px) {
    .abotus, .first-row, .second-row{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .profile-aboutus{
        width: 90%;
    }
    figure img{
        width: 50%;
    }
    .rrss-icon i{
    font-size: 25px;
    }

    .rrss-icon {
        display: flex;
        align-items: center;
        text-align: center;
    }
    .second-row{
        margin-bottom: 3rem;
    }

}







/*@media screen and(max-width: 600px) {
.aboutus {
    width: 100%;

    }
.profileAboutus{
    width: 100%;
    margin:5%;

    }
.profileAboutus img{
    width: 100%;
    margin:5%;
}
.primeraFila, .SegundaFila{
    justify-content: center;

}
.rrss-icon{
    justify-content: center;
    margin-top: 5%;
}
.rrss-icon i{
    width: 100%;
}
.H2{
    justify-content: center;
    margin: 2%;
}
}
.abotus {
    display:flex;
    flex-direction: column;
}

*/