
/* ==========================================================
   DIONDECOR — PROCESS SECTION
   Used on About Us
========================================================== */

.dion-process {
    position: relative;
}

.dion-process::before {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    top: 58px;
    height: 1px;
    background: rgba(200, 155, 60, 0.45);
    z-index: 0;
}

.dion-process .et_pb_column {
    position: relative;
    z-index: 2;
}

.dion-process-blurb .et_pb_blurb_content {
    position: relative;
}

.dion-process-blurb .et_pb_main_blurb_image {
    position: relative;
    z-index: 2;
    margin-bottom: 10px !important;
}

.dion-process-blurb .et_pb_module_header {
    position: relative;
    z-index: 3;
    margin-top: -22px !important;
    margin-bottom: 4px !important;
    padding: 0 !important;
    text-align: center;
}

.dion-process-blurb .et_pb_module_header span {
    display: inline-block;
    padding: 0;
    background: transparent;
    color: var(--dion-gold);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.dion-process-blurb .et_pb_blurb_description h4 {
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: var(--dion-charcoal);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.dion-process-blurb .et_pb_blurb_description p {
    margin: 0 !important;
    color: var(--dion-text);
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

/* ==========================================================
   RESPONSIVE GLOBAL HELPERS
========================================================== */

@media (max-width: 980px) {
    .dion-process::before {
        display: none;
    }
}
