.baccarat__heading {
    margin-bottom: 20px;
    text-align: center;

}

.baccarat__text p{
    text-align: center;
}

.baccarat__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;
}

.baccarat__text p:last-child{
    margin-bottom: 0;
}

.baccarat__items {
    display: flex;
    flex-wrap: wrap;
}

.baccarat__item {
    padding: 14px;
    border-radius: 20px;
    background: rgba(30, 42, 53, 0.2);
    border: 1px solid rgba(30, 42, 53, 1);
}

.baccarat__item-name {
    text-align: center;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
}

.baccarat__item-image {
    margin-bottom: 6px;
}

.baccarat__item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom: 4px solid rgba(30, 42, 53, 1);
    border-radius: 20px;
}

.baccarat__item-label {
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
}

.baccarat__item-text p{
    font-size: 14px;
    margin-bottom: 10px;
}

.baccarat__item-text p:last-child{
    margin-bottom: 0px;
}

.baccarat__button {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
    padding: 18px;
}

@media screen and (min-width: 991px) {
    .baccarat__text {
        margin-bottom: 60px;
    }

    .baccarat__text p{
        margin-bottom: 20px;
    }

    .baccarat__items {
        gap: 12px;
    }

    .baccarat__item {
        flex-basis: calc((100% - 24px) / 3);
    }

    .baccarat__button {
        min-width: 300px;
    }
}

@media screen and (max-width: 990.98px) {
    .baccarat__text {
        margin-bottom: 40px;
    }

    .baccarat__text p {
        margin-bottom: 14px;
    }

    .baccarat__items {
        gap: 40px;
        flex-direction: column;
    }
}

@media screen and (max-width: 440px) {
    .baccarat .baccarat__button {
        min-width: 100%;
    }
}