.wpmozo-bna-separator .hexagon {
    width: 100%;
    aspect-ratio: 20/11;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
}
.wpmozo-bna-separator .hexagon::before,
.wpmozo-bna-separator .hexagon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    box-sizing: border-box;
}
.wpmozo-bna-separator .wpmozo-bna-separator-container {
    display: flex;
    align-items: center;
    width: 100%;
}
.wpmozo-bna-separator .wpmozo-bna-line {
    border-color: #ccc;
    border-top-width: 3px;
}
.wpmozo-bna-separator .wpmozo-bna-shadow {
    height: 3px;
}
.wpmozo-bna-separator .wpmozo-bna-icon-wrapper i {
    font-size: 32px;
    z-index: 1;
}
.wpmozo-bna-separator .wpmozo-bna-separator-container .wpmozo-bna-text-wrapper {
    max-width: 80%;
}
.wpmozo-bna-separator .wpmozo-bna-separator-container.align-center .wpmozo-bna-line-after,
.wpmozo-bna-separator .wpmozo-bna-separator-container.align-center .wpmozo-bna-line-before,
.wpmozo-bna-separator .wpmozo-bna-separator-container.align-justify .wpmozo-bna-line-after,
.wpmozo-bna-separator .wpmozo-bna-separator-container.align-justify .wpmozo-bna-line-before,
.wpmozo-bna-separator .wpmozo-bna-separator-container.align-left .wpmozo-bna-line-after,
.wpmozo-bna-separator .wpmozo-bna-separator-container.align-none .wpmozo-bna-line-before,
.wpmozo-bna-separator .wpmozo-bna-separator-container.align-right .wpmozo-bna-line-before {
    flex-grow: 1;
}
.wpmozo-bna-separator .wpmozo-bna-separator-container.align-center .wpmozo-bna-line-after,
.wpmozo-bna-separator .wpmozo-bna-separator-container.align-justify .wpmozo-bna-line-after,
.wpmozo-bna-separator .wpmozo-bna-separator-container.align-left .wpmozo-bna-line-after {
    margin-left: 10px;
}
.wpmozo-bna-separator .wpmozo-bna-separator-container.align-center .wpmozo-bna-line-before,
.wpmozo-bna-separator .wpmozo-bna-separator-container.align-justify .wpmozo-bna-line-before,
.wpmozo-bna-separator .wpmozo-bna-separator-container.align-right .wpmozo-bna-line-before {
    margin-right: 10px;
}
.wpmozo-bna-separator .wpmozo-bna-separator-image {
    width: 42px;
}
.wpmozo-bna-separator .wpmozo-bna-icon-circle {
    padding: 16px;
    border-radius: 50%;
}
.wpmozo-bna-separator .wpmozo-bna-icon-square,
.wpmozo-bna-separator .wpmozo-bna-icon-wrapper.shape-hexagon {
    padding: 16px;
    box-sizing: content-box;
}

.wpmozo-bna-separator .wpmozo-bna-icon-wrapper.shape-hexagon {
    padding: 16px 0px;
    box-sizing: content-box;
}
.wpmozo-bna-separator .wpmozo-bna-icon-shape-border {
    border: 2px solid;
}