.wrapper-box{
    border: 1px solid #bbb;
}
.full-block{
    width: 100%;
    float: left;
    display: block;
}
.user-profile{
    margin-top: 20px;
}
.card-title{
    color: #601F79;
    font-weight: 700;
}
.card-title a{
    text-decoration: none;
    margin-right: 5px;
}
.card-subtitle{
    color: #979797;
    font-size: 16px;
    margin-bottom: 10px;
}
.alumini-image{
    width: 130px;
    float: left;
}
.alumini-image img{
    width: 100%;
    border-radius: 10px;
}
.alumini-details{
    width: calc(100% - 130px);
    float: left;
    padding-left: 10px;
}
.alumini-details p{
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
@media (max-width: 992px) {
    .user-profile{
        margin-top: 0;
    }
}