.cards_gutenberg {
    padding: 0;
    position: relative;
    /*overflow: hidden;*/
    margin: 50px 0;
}

.cards_gutenberg::before {
    content: '';
    background-color: #fdff37;
    position: absolute;
    width: 100%;
    /*height: 70%;*/
    height: 90%;
    right: 0;
    left: 0;
    bottom: -5px;
    overflow: hidden;
    /*clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%);*/
    /*clip-path: polygon(-90% 100%, 100% 0%, 100% 100%, 0% 102%);*/
    clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0% 102%);
}

h2 + .cards_gutenberg,
h3 + .cards_gutenberg,
h4 + .cards_gutenberg {
    margin-top: 30px;
}

.cards_gutenberg .global_card_item__button a {
    text-decoration: none !important;
}

.cards_gutenberg .global_card_item__button a.theme_btn.dark span {
    color: #fff;
}

.cards_gutenberg .global_cards_section__row {
    margin: 0;
    padding: 0 10px;
}

.cards_gutenberg  .global_card_item {
    padding: 0 15px;
}

.cards_gutenberg  .global_card_item  {
    max-width: 100% !important;
}

.cards_gutenberg .global_card_item__description {
    color: #647081;
}


/* Admin */
.wp-admin .editor-visual-editor .global_cards_section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -16px;
    box-sizing: border-box;
}

.wp-admin .editor-visual-editor .global_card_item {
    width: 20%;
    padding: 0 16px;
    margin-bottom: 30px;
    max-width: 330px;
    box-sizing: border-box;
}

.wp-admin .editor-visual-editor .item-2 .global_card_item {
    width: 50%;
    padding: 0 16px;
    max-width: 350px;
}

.wp-admin .editor-visual-editor .item-3 .global_card_item {
    width: 33.33%;
    padding: 0 25px;
    max-width: 350px;
}

.wp-admin .editor-visual-editor .item-4 .global_card_item {
    width: 25%;
}

.wp-admin .editor-visual-editor .item-5 .global_card_item {
    width: 20%;
}


.wp-admin .editor-visual-editor .global_card_item__wrapper {
    box-sizing: border-box;
    background-color: #fff;
    padding: 30px 25px 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    border-radius: 5px;
    -webkit-box-shadow: -5px 5px 15px 0 rgba(116, 126, 142, 0.15);
    box-shadow: -5px 5px 15px 0 rgba(116, 126, 142, 0.15);
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.wp-admin .editor-visual-editor .global_card_item__wrapper:hover {
    -webkit-box-shadow: -12px 10px 55px 0 rgba(116, 126, 142, 0.20);
    box-shadow: -12px 10px 55px 0 rgba(116, 126, 142, 0.20);
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.wp-admin .editor-visual-editor .global_card_item__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    margin-left: -9px;
    margin-top: 3px;
}

.wp-admin .editor-visual-editor .global_card_item__label svg {
    position: absolute;
    width: 28px;
    height: 29px;
    display: block;
}

.wp-admin .editor-visual-editor .global_card_item__label span {
    display: block;
    position: relative;
    z-index: 2;
    color: #112031;
    font-family: 'Aeonik';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1.68px;
    text-transform: capitalize;
    padding-left: 9px;
}

.wp-admin .editor-visual-editor .global_card_item__icon {
    margin-bottom: 14px;
}

.wp-admin .editor-visual-editor .global_card_item__icon svg {
    display: block;
}

.wp-admin .editor-visual-editor .global_card_item__title {
    font-size: 20px;
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 9px;
}

.wp-admin .editor-visual-editor .global_card_item__description {
    color: #112031;
    font-size: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.wp-admin .editor-visual-editor .global_card_item__button {
    margin-top: 31px;
}

.wp-admin .editor-visual-editor .global_card_item__button.black {
    text-align: center;
    margin-top: 24px;
}

.wp-admin .editor-visual-editor .global_card_item__button a.yellow_anim {
    color: #25282B;
    font-size: 18px;
    font-family: 'Inter' !important;
    letter-spacing: 0.18px;
}

.wp-admin .editor-visual-editor .global_card_item__button a.theme_btn {
    text-align: center;
    font-family: 'Aeonik';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    min-width: 143px;
}

.wp-admin .editor-visual-editor .to_center .global_card_item__wrapper {
    padding-top: 46px;
    padding-bottom: 41px;
}

.wp-admin .editor-visual-editor .to_center .global_card_item__icon {
    margin-bottom: 20px;
}

.wp-admin .editor-visual-editor .to_center .global_card_item__icon svg {
    margin: auto;
}

.wp-admin .editor-visual-editor .to_center .global_card_item__top {
    text-align: center;
}