:root {
    --wp--custom--spacing--neg-xx-large: calc(-1 * var(--wp--preset--spacing--xx-large));
}

.content_main_img {
    display: none;
}

.has-border-color {
    color: inherit !important;
    border-color: var(--wp--preset--color--border);
}

.is-style-card {
    transition: box-shadow .4s;
}

.is-style-card:hover {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
