.mm_info_wrapper {
    display: flex;
    background: #f9f9f9;
    border: 1px #f1f1f1 solid;
    flex-direction: column;
    margin: 20px 0;
}

.mm_info_wrapper_row {
    display: flex;
    border-bottom: 1px #f1f1f1 solid; 
    padding: 15px 15px 15px 0;
    align-items: center;
}

.mm_info_wrapper h4 {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.mm_info_wrapper strong {
    font-size: 14px;
    font-weight: 600;
}

.mm_info_wrapper li {
    color: #53C157;
    list-style-type: none;
    padding-left: 0;
}

.icon-wrapper {
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-wrapper {
    flex-grow: 1;
    padding-right: 15px;
}

.mm_info_wrapper_row:last-child {
    border-bottom: none;
}
