/*SOLUTION*/

.solution__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 24px;
    color: #141415;
    column-gap: 9.097vw;
    margin-bottom: 200px;
}

.solution__item {
    display: flex;
    max-width: 278px;
    width: 100%;
    line-height: 26px;
    font-weight: 500;
}

.solution__item-big {
    grid-row: 1 / 3;
    grid-column: 3 / 4;
}

.genetic__img-wrapper img, .value__img2-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*VALUE*/

.value {
    padding: 200px 0 0 0;
    color: #141415;
}

.value__items {
    flex-wrap: wrap;
    row-gap: 64px;
}

.value__content h3 {
    margin-bottom: 100px;
}

.value__img2-wrapper {
    margin-top: 200px;
}

/*CUSTOMER*/

.customer {
    padding: 200px 0 220px 0;
}

.customer h3 {
    margin-bottom: 161px;
}

.customer__content {
    display: flex;
    column-gap: 8.75vw;
}

.customer__item {
    max-width: 282px;
    width: 100%;
}

.customer__img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 42px;
    height: 81px;
}

.customer__item p {
    font-weight: 500;
    font-size: 0.875em;
    line-height: 20px;
    text-align: center;
    color: #000000;
}