.poker__heading {
    margin-bottom: 20px;
    text-align: center;
}

.poker__text p{
    text-align: center;
}

.poker__text p strong{
    font-weight: 400;
    background: url(/wp-content/uploads/2024/02/white_yellow.jpg) no-repeat center / cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.poker__text p:last-child{
    margin-bottom: 0;
}

.poker__box {
    background: linear-gradient(180deg, rgba(11, 49, 57, 0.2) 0%, rgba(20, 124, 192, 0.2) 100%);
    border-radius: 20px;
}

.poker__box-heading {
    font-size: 22px;
    font-weight: 600;
}

.poker__box-text p:last-child{
    margin-bottom: 0;
}

.poker__items {
    display: flex;
    flex-direction: column;
}

.poker__item {
    display: flex;
}

.poker__item-image {
    background: #1E2A35;
    position: relative;
}

.poker__item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.poker__button {
    font-size: 18px;
}

@media screen and (min-width: 991px) {
    .poker__item-image-mobile{
        display: none;
    }
    .poker__text {
        margin-bottom: 60px;
    }

    .poker__text p{
        margin-bottom: 20px;
    }

    .poker__box {
        padding: 20px 14px;
        margin-bottom: 90px;
    }

    p.poker__box-heading {
        margin-bottom: 14px;
    }

    .poker__items {
        gap: 50px;
    }

    .poker__item {
        border-bottom: 1px solid #1E2A35;
        border-radius: 20px;
        padding-bottom: 30px;
        gap: 40px;
        align-items: center;
        justify-content: center;
    }

    .poker__item-image {
        padding: 5px;
        border-radius: 13px;
        flex-basis: 225px;
        flex-shrink: 0;
    }

    .poker__item-image img{
        border-radius: 13px;
    }

    .poker__item-body {
        flex-basis: 755px;
    }

    .poker__button {
        flex-basis: 200px;
        min-width: 200px;
    }

    .poker__item-name {
        margin-bottom: 20px;
    }

    .poker__item-label {
        display: none;
    }

    .poker__item-name-mobile {
        display: none;
    }

    .poker__item-image svg {
        position: absolute;
        left: -140px;
        top: -100px;
        z-index: 0;
    }
}

@media screen and (max-width: 990.98px) {
    .poker__text {
        margin-bottom: 40px;
    }

    .poker__text p{
        margin-bottom: 14px;
    }

    .poker__box {
        padding: 24px 16px;
        margin-bottom: 40px;
    }

    p.poker__box-heading {
        margin-bottom: 10px;
    }

    .poker__items {
        gap: 40px;
    }

    .poker__item {
        gap: 20px;
        flex-direction: column;
    }

    .poker__item-image {
        padding: 8px;
        border-radius: 20px;
    }

    .poker__item-image img{
        border-radius: 14px;
    }

    .poker__item-name {
        margin-bottom: -12px;
    }

    .poker__item-label {
        display: block;
    }

    .poker__item-name {
        display: none;
    }

    .poker__item-name-mobile {
        display: block;
    }

    .poker__item-image svg {
        display: none;
    }

    .poker__item-image-desktop{
        display: none;
    }
}