/* General Wrapper */
.pb-wf-wrapper-0f196f25 {
    width: 100%;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

/* Header Text styling */
.pb-wf-header-0f196f25 {
    margin-bottom: 35px;
}
.pb-wf-sub-0f196f25 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: block;
}
.pb-wf-title-0f196f25 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

/* Main Box container */
.pb-wf-box-0f196f25 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.04);
}

/* Image Container Styles */
.pb-wf-img-container-0f196f25 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pb-wf-img-container-0f196f25 img {
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/* Explanatory Bottom Card */
.pb-wf-card-0f196f25 {
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    box-sizing: border-box;
    text-align: center;
}
.pb-wf-card-content-0f196f25 {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
}
