.profile-wrapper{ display: block !important; padding: 0 30px; }
.profile-wrapper .img-wrapper{
    border-radius: 20px; overflow: hidden; padding: 5px !important; position: relative;
    width: 246px; height: 238px; line-height: 0;
}
.profile-wrapper .img-wrapper img{
    height: 100% !important; width: auto !important; max-width: 100%; border-radius: 15px;
}
.profile-wrapper .title{
    position: absolute; left: 0; bottom: 0; width: 100%; padding: .5rem 0 !important; color: #3751A5;
    background-color: rgba(255,255,255,0.7); margin: 0 !important; line-height: 100%;
    font-weight: bolder !important;
}
.profile-wrapper .description{ margin-top: 1rem; font-size: 1rem !important; }