.projects {
    position: relative;
    z-index: 1;
}

.projects__bg {
    position: absolute;
    z-index: -2;
}

.projects__bg_1 {
    width: 50%;
    right: 0;
    top: 0;
}

.projects__bg_2 {
    width: 25%;
    left: 0;
    top: 1%;
}

.projects__list-wrap {
    width: 100%;
    padding-inline: var(--gutter);
    max-width: 240rem;
}