.pixels-3-section {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #F8F8EE;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    overflow: hidden;
}

.pixels-3-row-1,
.pixels-3-row-2,
.pixels-3-row-3 {
    width: 100%;
    height: 42px;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    background-color: #F8F8EE;
}

.pixels-3-row-4 {
    width: 100%;
    height: 42px;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    background-color: #E7E7DD;
}

.pixels-3-row-start,
.pixels-3-row-end {
    height: 42px;
    display: flex;
    flex-direction: row;
    align-items: end;
}

.grey-1 {
    width: 45px;
    height: 42px;
    background-color: #E7E7DD;
}

.white-1 {
    width: 45px;
    height: 42px;
    background-color: #F8F8EE;
}