.img-border {
    background-color: aliceblue;
    border-radius: 10px;
    padding: 10px;
    width: 80px;
    height: 80px;
}
.div-wrapper {
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    height: 100% !important;
}
.row {
    align-items: stretch !important;
    display: flex !important;
}