.section_benefits__left_wrapper {
    justify-content: space-evenly;
    gap: 15px;
}

body .section_benefits__item:nth-last-child(-n+2) {
    width: calc(50% - 16px);
}