.benefits {
    padding: 50px 0 0;
}
.benefits .wrap {
    border-radius: 15.769px;
    background: rgba(233, 233, 233, 0.36);
    display: flex;
    width: 100%;
    padding: 15.769px;
    flex-direction: column;
    align-items: flex-start;
}
.benefits .wrap .icon {
    background: #4F9C34;
    display: flex;
    width: 47px;
    height: 47px;
    padding: 12.3px;
    align-items: center;
    gap: 9.462px;
    border-radius: 23.654px;
}
.benefits .wrap .content h2 {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.06px;
}
.benefits .wrap .content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 142%;
    letter-spacing: 0.048px;
}
