.op__features {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .op__features {
        justify-content: space-around;
    }
}

.op__features__item {
    width: 7.22rem;
    margin-bottom: 2.22rem;
    margin: 0 1.66rem 2.22rem;
}

.op__features__title {
    text-align: center;
    font-size: 1.16rem;
    line-height: 1.4;
}

.op__features__icon {
    width: 7.22rem;
    height: 7.22rem;
    background: #f6f6f6;
    border-radius: 100px;
    margin-bottom: 0.83rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.op__features__icon img {
    width: 3.33rem;
}

[data-kit-theme="dark"] .op__features__icon {
    background: #050A16;
}
