.icon-list {
    height: 103px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(255, 107, 123, 0.15);
    border-radius: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.icon-list-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 83px;
    height: 100%;
    flex-shrink: 0;
}

.icon-list-icon {
    width: 32px;
    height: 32px;
    overflow: hidden;
}

.icon-list-icon img {
    width: 100%;
}

.icon-list-content {
    padding-right: 20px;
}

.icon-list-title {
    font-size: 14px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 20px;
    margin-bottom: 3px;
}

.icon-list-description {
    font-size: 12px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 17px;
}