@media (min-width: 1800px) {
    .promo-single-item .box {
        flex-direction: column;
    }
}

.promo-single-item {
    border: none;
}

.promo-single-item .box {
    justify-content: center;
    align-content: space-around;
    align-items: center;
}

.box > .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
}

.icon > svg {
    max-width: 100px;
    max-height: 100px;
}
