.banner-requ {
    width: 100%;
    height: 112px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}

.banner-requ__wrapper {
    margin: 16px;
    display: table;
}

.banner-requ__left-side {
    width: 80px;
    height: 80px;
    display: table-cell;
    vertical-align: top;
}

.banner-requ__icon {
    width: 100%;
    height: 100%;
    border-style: none;
    background: #fff no-repeat center;
    background-size: cover;
}

.banner-requ__icon--creator {
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    box-sizing: border-box;
}

.banner-requ__right-side {
    display: table-cell;
    vertical-align: top;
    padding-left: 12px;
}

.banner-requ__description {
    font-weight: bold;
    font-size: 1.4rem;
    color: #333;
    margin-top: 8px;
}

.banner-requ__sponsor-name {
    color: #757575;
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 12px;
}
