.bonus-program__content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
}
.bonus-program__details img{
    max-width: 85px;
    width: auto;
}
.bonus-program__item-title {
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}
.bonus-program__description{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}
