.benefit-item {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    align-items: center;
}

.benefit-item > p {
    font-size: 14px;
    line-height: 22px;
    word-break: break-word;
}
.benefit-icon {
    width: 52px;
    height: 52px;
}

.benefit-icon > span {
    width: 52px;
}

.benefit-icon > img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.full-width {
    width: 100%;
}

.icon-check:before {
    content: "\2714";
    color: #e31837;
}
