.elementor-731 .elementor-element.elementor-element-1d352cd{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-8db0027 */.elementor-731 .elementor-element.elementor-element-8db0027 p + .gallery-procedures {
    margin-top: 48px;
}

.gallery-procedures {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
    .gallery-procedures {
        margin: 0;
    }
}

.gallery-procedures ul,
.gallery-procedures li {
    margin-left: 0;
    padding-left: 0;
}

.gallery-procedures .cat-item-none {
    padding-left: 1em;
    list-style-position: inside;
}

.gallery-procedures .cat-item {
    list-style: none;
}

.gallery-procedures > .cat-item {
    margin-bottom: 48px;
    padding: 0 12px;
    width: calc(100%/3);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media screen and (max-width: 1199px) {
    .gallery-procedures > .cat-item {
        width: 50%;
    }
}

@media screen and (max-width: 575px) {
    .gallery-procedures > .cat-item {
        width: 100%;
        padding: 0;
    }
}

.gallery-procedures > .cat-item::before {
    content: '';
    border-top: 3px solid #000;
    display: block;
}

.gallery-procedures > .cat-item > a {
    margin-bottom: 12px;
    padding: 10px 16px;
    color: #000;
    font-family: 'ITC Garamond Cond', Sans-serif;
    font-size: 40px;
    line-height: 1;
    text-decoration: none;
    border-bottom: 1px solid #dedede;
    pointer-events: none;
    order: 2;
}

.gallery-procedures > .cat-item > figure {
    margin: 0;
    text-align: center;
    order: 1;
    flex: 0 0 auto;
}

.gallery-procedures > .cat-item > figure img {
    width: 100%;
}

.gallery-procedures > .cat-item > ul {
    padding-bottom: 12px;
    border-bottom: 1px solid #676767;
    flex: 1 1 auto;
    order: 3;
}

.gallery-procedures .children li {
    padding: .25em 8px .25em 38px;
    position: relative;
    transition: background-color 0.3s;
}

.gallery-procedures .children li::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .3em;
    border-color: transparent transparent transparent #b09d94;
    position: absolute;
    top: .7em;
    left: 22px;
    transition: border-color 0.3s;
}

.gallery-procedures .children li:hover {
    background-color: #b09d94;
}

.gallery-procedures .children li:hover a {
    color: #fff;
}

.gallery-procedures .children li:hover::before {
    border-color: transparent transparent transparent #fff;
}

.gallery-procedures .children a {
    color: #000;
    line-height: 1.5;
    text-decoration: none;
    border-bottom: 0;
    display: block;
    transition: color 0.3s;
}/* End custom CSS */