.vip-block {
    position: relative;
    width: 100%;
    background: linear-gradient(360deg, #2D2D2D 0%, #000000 100%);
    overflow: hidden;
    padding: 7.027818448% 0 2.415812592% 0;
}

.vip-block__container {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
}

.vip-block__header {
    text-align: center;
    margin-bottom: 2rem;
}

.editor-styles-wrapper .block-editor-block-list__layout h2.vip-block__title,
.single-content h2.vip-block__title {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 1.125rem 0;
    background: linear-gradient(90deg, #7B7B7B 4.04%, #F3F3F3 49.38%, #A4A4A4 93.41%, #A4A4A4 94.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.vip-block__description {
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0;
    font-weight: 400;
    color: #fff;
}

.vip-block__grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.875rem 3.75rem;
}

.vip-block__item {
    position: relative;
    width: 24.166666667%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.vip-block__item-thumb {
    position: relative;
    width: 93.448275862%;
    line-height: 0;
}

.vip-block__item-img {
    width: 100%;
    height: auto;
}

.vip-block__item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -1.5rem;
}

.editor-styles-wrapper .block-editor-block-list__layout h3,
.vip-block__item-title {
    font-weight: 700;
    color: #fff;
    font-size: 1.0625rem;
    line-height: 1.4;
    margin: 0 !important;
}

.vip-block__item-title p {
    margin: 0 !important;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.vip-block__item-title p:not(:last-child) {
    margin-bottom: 0.5rem !important;
}

.vip-block__actions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.830161054%;
}



/* Breakpoints and responsive grid adjusting */
@media (max-width: 991px) {

    .vip-block {
        padding: 3.125rem 1.25rem;
    }

    .editor-styles-wrapper .block-editor-block-list__layout h2.vip-block__title,
    .single-content h2.vip-block__title {
        font-size: 2rem;
    }

    .vip-block__grid {
        gap: 1.875rem;
    }

    .vip-block__item {
        width: calc(50% - 0.9375rem);
        max-width: calc(50% - 0.9375rem);
    }

    .vip-block__actions {
        margin-top: 1.875rem;
    }
}


@media (max-width: 767px) {
    .vip-block__grid {
        padding: 0 1rem;
    }

    .vip-block__item {
        width: 100%;
        max-width: 100%;
    }

    .vip-block__actions .btn-ariston {
        width: 100%;
        text-align: center;
    }
}