.op__rec__item {
    padding-left: 4rem;
    position: relative;
    padding-top: 1.11rem;
}

.op__rec__icon {
    font-size: 3rem;
    color: #1ad697;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .op__rec__item {
        padding-left: 0;
        padding-top: 5.55rem;
    }
}
