.bonus-types__heading {
    text-align: center;
    margin-bottom: 20px;
}

.bonus-types__text p{
    text-align: center;
}

.bonus-types__text p:last-child{
    margin-bottom: 0;
}

.bonus-types__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.bonus-types__item {
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(11, 49, 57, 0.2) 0%, rgba(20, 124, 192, 0.2) 100%);
    border-right: 1px solid #FFAD12;
}

.bonus-types__item-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bonus-types__item-image {
    width: 29px;
    height: 29px;
    flex-shrink: 0;
}

.bonus-types__item-name {
    font-size: 22px;
    font-weight: 600;
}

.bonus-types__button-try {
    margin-top: 40px;
    padding: 18px;
    min-width: 300px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 991px) {
    .bonus-types__text {
        margin-bottom: 60px;
    }

    .bonus-types__item {
        flex-basis: calc((100% - 20px) / 2);
    }

    .bonus-types__item {
        padding: 20px 14px;
    }

    .bonus-types__item-header {
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 990.98px) {
    .bonus-types__text {
        margin-bottom: 40px;
    }

    .bonus-types__items {
        flex-direction: column;
    }

    .bonus-types__item {
        padding: 24px 16px;
    }

    .bonus-types__item-header {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 440px) {
    .bonus-types__button-try {
        min-width: 100%;
    }
}
