* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
    font-size: unset;
}

.mb-content {
    position: relative;
    width: 100%;
}

.mb-content .mb-img {
    min-width: 100px;
    min-height: 100px;
}

.mb-content .mb-text {
    position: absolute;
    top: 50%;
    left: 3%;
    width: auto;
    transform: translateY(-50%);
    z-index: 1;
    color: #ffffff;
}