.img-profile {
    padding:0 15%;
    flex-wrap: wrap;
    justify-content: center;
}

.img-profile img {
    width:17%;
    align-self:center;
}
.attr {
    text-decoration:none;
}
@media only screen and (max-width: 768px) {
    .img-profile img {
        width:50%;
    }
}