.poc-dev-section {
    padding: 100px 5%;
}

.poc-dev-section__content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.poc-dev-section__list {
    max-width: 820px;
    margin: 0 auto;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

.poc-dev-section__item {
    flex-grow: 1;
    width: calc(25% - 45px);
    min-width: 80px;

    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.poc-dev-section__item:last-of-type .poc-dev-section__arrow {
        display: none;
    }

.poc-dev-section__arrow {
    max-width: 60px;
    -o-object-fit: contain;
       object-fit: contain;

    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
}

.poc-dev-section__img {
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
}

.poc-dev-section__text {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .poc-dev-section__arrow {
        display: none;
    }
}
