.pixels-6-section {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--color-primary-green);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    overflow: hidden;
}

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

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

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

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

.pixels-6-green-1 {
    width: 45px;
    height: 42px;
    background-color: var(--color-primary-green);
}