/* _content/WAT/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ifyhyx0ss2] {
    position: relative;
    display: flex;
    flex-direction: column;
    /*overflow-x: hidden;*/
}

main[b-ifyhyx0ss2] {
    flex: 1;
}

.sidebar[b-ifyhyx0ss2] {
    width:100%;
    background-image: linear-gradient(180deg, #00BB2D 0%, #005900 80%);
}

@media (min-width: 641px) {
    .page[b-ifyhyx0ss2] {
        flex-direction: row;
    }

    .sidebar[b-ifyhyx0ss2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ifyhyx0ss2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ifyhyx0ss2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ifyhyx0ss2], article[b-ifyhyx0ss2] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

#blazor-error-ui[b-ifyhyx0ss2] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ifyhyx0ss2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* _content/WAT/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hf293jm8yp] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-hf293jm8yp] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-hf293jm8yp] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);

}

.navbar-brand[b-hf293jm8yp] {
    font-size: 1.2rem;
    display:flex;
    align-items: center;
}

.logo-img[b-hf293jm8yp] {
    width:3.3em;
    height:1.8em;
    margin-right: 12%;
}
/*
.logo-container {
    display: flex; 
    align-items: center; 
    justify-content: flex-start; 
}*/

.brand-name[b-hf293jm8yp]{
    margin-bottom: auto;
    font-size: 1.3rem;
    color: inherit;
}

.bi[b-hf293jm8yp] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-hf293jm8yp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-hf293jm8yp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-hf293jm8yp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-hf293jm8yp] {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hf293jm8yp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hf293jm8yp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hf293jm8yp]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-hf293jm8yp]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-hf293jm8yp]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-hf293jm8yp] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-hf293jm8yp] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hf293jm8yp] {
        display: none;
    }

    .nav-scrollable[b-hf293jm8yp] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.navbar-footer[b-hf293jm8yp] {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #d7d7d7;
}

.navbar-footer a[b-hf293jm8yp] {
    color: #d7d7d7;
}

/* _content/WAT/Components/Pages/AdminPannel/AdminAnfragenVerwaltung.razor.rz.scp.css */
h3[b-p38pjf5lb0] {
    text-align: center;
    font-size: 40px;
}
/* _content/WAT/Components/Pages/AdminPannel/AdminDashboard.razor.rz.scp.css */
.dashboard-container[b-j4mewrx69r] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    gap: 40px;
}


.table-container[b-j4mewrx69r] {
    width: 48%;
}


.button-container[b-j4mewrx69r] {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}


.admin-button[b-j4mewrx69r] {
    background-color: forestgreen !important;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

h3[b-j4mewrx69r] {
    text-align: center;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 40px;
}


.chart-container[b-j4mewrx69r] {
    width: 98%;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    position: relative;
}
/* _content/WAT/Components/Pages/AdminPannel/AdminLogin.razor.rz.scp.css */
h3[b-kn1v17y306] {
    text-align: center;
    font-size: 40px;
}
/* _content/WAT/Components/Pages/AdminPannel/AdminTerminVerwaltung.razor.rz.scp.css */
h3[b-7u1kbw2hid] {
    text-align: center;
    font-size: 40px;
}

.lists-container[b-7u1kbw2hid] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    gap: 40px;
}

.table-container[b-7u1kbw2hid] {
    width: 48%;
}

.block-container[b-7u1kbw2hid] {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 55%;
    margin-top: 5%;
}

.block-day-container[b-7u1kbw2hid] {
    margin: auto;
    display: flex;
    flex-direction: row;
    max-width: 70%;
    margin-top: 5%;
}
/* _content/WAT/Components/Pages/AdminPannel/AdminWebsiteBearbeiten.razor.rz.scp.css */
.p1[b-xdb9mqstdu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dropdown[b-xdb9mqstdu] {
    width: 100%;
    max-width: 400px;
    margin-bottom: 3%;
}

.textbox-container[b-xdb9mqstdu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    margin: auto;
    gap: 5vh;
}

.button-container[b-xdb9mqstdu] {
    display: flex;
    justify-content: right;
    margin-right: 23%;
    margin-top: 3%;
}

.radzon-button[b-xdb9mqstdu] {
    color: white !important;
    background-color: #00BB2D !important;
}

.message[b-xdb9mqstdu] {
    display: flex;
    justify-content: right;
    margin-right: 23%;
    margin-top: 1%;
}

.image-grid[b-xdb9mqstdu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
}

.image-container[b-xdb9mqstdu] {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #f9f9f9;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.delete-btn[b-xdb9mqstdu] {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #e74c3c;
    border: none;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .delete-btn:hover[b-xdb9mqstdu] {
        background: #c0392b;
    }
/* _content/WAT/Components/Pages/AnfrageSenden.razor.rz.scp.css */
h3[b-ufoe8piqyq] {
    text-align: center;
    font-size: 40px;
}


#bg[b-ufoe8piqyq] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/otherPictures/stoneBackground1.jpg') repeat center;
    opacity: 0.6;
    background-size: contain;
    z-index: -1;
    scroll-behavior: unset;
}



@media (max-width: 768px) {
    .rz-form-field[b-ufoe8piqyq] {
        width: 90% !important;
        margin-bottom: 2% !important;
    }

    .radzen-button[b-ufoe8piqyq] {
        width: 90%;
    }

    #bg[b-ufoe8piqyq]{
        height:90vh;
    }


    .rz-stack[b-ufoe8piqyq] {
        margin-top: 10% !important;
        margin-bottom: 10% !important;
    }
}



/* _content/WAT/Components/Pages/Datenschutz.razor.rz.scp.css */
p[b-twfuux9aco] {
    margin-left: 5%;
    margin-right: 2.5%;
    line-height: 1.6;
    font-size: 1rem;
}

ul[b-twfuux9aco] {
    margin-left: 4%;
    margin-right: 4%;
}

#container[b-twfuux9aco] {
    margin-left: 1%;
    margin-right: 5%;
    margin-bottom: 5%;
    max-width: 1000px;
}

h3[b-twfuux9aco], h4[b-twfuux9aco] {
    margin-left: 2.5%;
    margin-right: 2.5%;
    color: #333;
}

@media (max-width: 768px) {
    #container[b-twfuux9aco] {
        margin-left: 4%;
        margin-right: 4%;
        margin-bottom: 8%;
    }

    p[b-twfuux9aco], ul[b-twfuux9aco], h3[b-twfuux9aco], h4[b-twfuux9aco] {
        margin-left: 0;
        margin-right: 0;
        font-size: 0.95rem;
    }

    h3[b-twfuux9aco] {
        font-size: 1.5rem;
        text-align: center;
    }

    h4[b-twfuux9aco] {
        font-size: 1.2rem;
    }

    ul[b-twfuux9aco] {
        padding-left: 1.2rem;
    }

    li[b-twfuux9aco] {
        margin-bottom: 0.5rem;
    }
}
/* _content/WAT/Components/Pages/Galerie.razor.rz.scp.css */
@font-face {
    font-family: "pt-sans-bold";
    src: url(fonts/PTSans-Bold.ttf);
}

.title[b-samjw7zktb] {
    margin-top: 50px;
    text-align: center;
    margin-left: 90px;
    margin-right: 90px;
    font-size: 40px;
}

.description[b-samjw7zktb] {
    text-align: center;
    font-size: 20px;
}

#bg[b-samjw7zktb] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/otherPictures/stoneBackground1.jpg') repeat center;
    opacity: 0.6;
    background-size: contain;
    z-index: -1;
    scroll-behavior: unset;
}


#bgCard[b-samjw7zktb] {
    max-width: 90%;
    margin: auto;
    background-color: #00BB2D;
    padding: 2%;
    margin-top: 6%;
    margin-bottom: 3%;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}


@media (max-width: 768px) {
    .title[b-samjw7zktb] {
        font-size: 28px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .description[b-samjw7zktb] {
        font-size: 16px;
        padding: 0 10px;
    }

    #bg[b-samjw7zktb] {
        background-size: cover;
    }

    #bgCard[b-samjw7zktb] {
        max-width: 90%;
        margin: auto;
        background-color: #00BB2D;
        padding: 2%;
        margin-top: 6%;
        margin-bottom: 8%;
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    }
}
/* _content/WAT/Components/Pages/Home.razor.rz.scp.css */
@charset "utf-8";

article[b-8h4kqnuqia] {
    padding: 0px !important;    
}

/* Hintergrundbild */
#bg[b-8h4kqnuqia] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: url('images/otherPictures/Landingpage_Main_Picture2.jpg') no-repeat center;
    background-size: cover;
    z-index: -1;
}

/* Header */
.header[b-8h4kqnuqia] {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    padding: 20px;
}

    .header .content[b-8h4kqnuqia] {
        max-width: 90%;
        padding: 20px;
    }

        .header .content h1[b-8h4kqnuqia] {
            font-size: 4.5em; /* Größer */
            margin-bottom: 15px;
            word-wrap: break-word;
        }

        .header .content h2[b-8h4kqnuqia] {
            font-size: 3em; /* Größer */
            font-weight: 300;
            word-wrap: break-word;
        }

/* Hauptbereich */
section[b-8h4kqnuqia] {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
    background: url('images/otherPictures/stoneBackground1.jpg');
    background-size: contain;   
    color: black;
}

/* Textbereich mit Padding */
.text[b-8h4kqnuqia] {
    width: 60%;
    max-width: 600px;
    padding: 40px;
    background-color: white;
    border: 5px solid darkgrey;
    border-radius: 20px;
    word-wrap: break-word;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    font-size: 1.4em;
}


.requestBtn[b-8h4kqnuqia] {
    display: inline-block;
    background-color: #177813;
    color: white !important;
    padding: 14px 28px;
    border-radius: 5px;
    font-size: 1.3em;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s ease-in-out;
    margin-top: 15px;
}

    .requestBtn:hover[b-8h4kqnuqia] {
        background-color: #145e12;
    }

/* Box mit Bild */
.box[b-8h4kqnuqia] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35%;
    max-width: 350px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8); 
    border-radius: 20px;
    box-shadow: 0px 0px 25px #177813; 
    margin: auto;
}

/* Logo */
.logo[b-8h4kqnuqia] {
    width: 100%;
    max-width: 250px;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
    .header .content h1[b-8h4kqnuqia] {
        font-size: 3.5em;
    }

    .header .content h2[b-8h4kqnuqia] {
        font-size: 2.2em;
    }

    .text[b-8h4kqnuqia] {
        width: 80%;
        font-size: 1.3em;
        padding: 30px;
    }

    .box[b-8h4kqnuqia] {
        width: 50%;
    }

    .logo[b-8h4kqnuqia] {
        max-width: 220px;
    }
}

@media screen and (max-width: 768px) {
    .header .content h1[b-8h4kqnuqia] {
        font-size: 3em;
    }

    .header .content h2[b-8h4kqnuqia] {
        font-size: 2em;
    }

    section[b-8h4kqnuqia] {
        flex-direction: column;
        padding: 5%;
        gap: 20px;
    }

    .text[b-8h4kqnuqia] {
        width: 90%;
        font-size: 1.2em;
        padding: 25px;
    }

    .box[b-8h4kqnuqia] {
        width: 80%;
        padding: 15px;
        margin-bottom: 15px;
    }

    .logo[b-8h4kqnuqia] {
        max-width: 200px;
    }
}

@media screen and (max-width: 480px) {
    .header .content h1[b-8h4kqnuqia] {
        font-size: 2.5em;
    }

    .header .content h2[b-8h4kqnuqia] {
        font-size: 1.7em;
    }

    .text[b-8h4kqnuqia] {
        width: 100%;
        font-size: 1.1em;
        padding: 20px;
    }

    .box[b-8h4kqnuqia] {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    }

    .logo[b-8h4kqnuqia] {
        max-width: 160px;
    }
}
/* _content/WAT/Components/Pages/Impressum.razor.rz.scp.css */
.impressum-container[b-odp6rqigrs] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 3% 5%;
    box-sizing: border-box;
    font-family: "Segoe UI", sans-serif;
    background-color: #ffffff;
}

    .impressum-container h3[b-odp6rqigrs] {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
        text-align: left;
        color: #222;
    }

    .impressum-container p[b-odp6rqigrs] {
        font-size: 1.1rem;
        line-height: 1.8;
        margin-top: 1rem;
        margin-bottom: 1rem;
        color: #333;
    }

    .impressum-container a[b-odp6rqigrs] {
        color: #0066cc;
        text-decoration: none;
    }

        .impressum-container a:hover[b-odp6rqigrs] {
            text-decoration: underline;
        }

@media (max-width: 768px) {
    .impressum-container[b-odp6rqigrs] {
        padding: 5%;
    }

        .impressum-container h3[b-odp6rqigrs] {
            font-size: 1.75rem;
            text-align: center;
        }

        .impressum-container p[b-odp6rqigrs] {
            font-size: 1rem;
        }
}
/* _content/WAT/Components/Pages/TerminVereinbarung.razor.rz.scp.css */
h3[b-hz1pnf9agh] {
    text-align: center;
    font-size: 40px;
}


#bg[b-hz1pnf9agh] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/otherPictures/stoneBackground1.jpg') no-repeat center;
    opacity: 0.6;
    overflow: hidden;
    background-size: cover;
    z-index: -1;
    scroll-behavior: unset;
}

#card[b-hz1pnf9agh] {
    margin-bottom: 3%;
}


.rz-datepicker-popup[b-hz1pnf9agh] {
    right: 0 !important;
    left: auto !important;
    max-width: 100vw !important;
    overflow-x: auto;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .rz-form-field[b-hz1pnf9agh] {
        width: 90% !important;
        margin-bottom: 4% !important;
    }

    .radzen-button[b-hz1pnf9agh] {
        width: 90%;
    }

    #bg[b-hz1pnf9agh] {
        height: 90vh;
    }

    #card[b-hz1pnf9agh] {
        margin-bottom: 5%;
    }

    .rz-stack[b-hz1pnf9agh] {
        margin-top: 10% !important;
        margin-bottom: 10% !important;
    }
}
/* _content/WAT/Components/Pages/UeberMich.razor.rz.scp.css */
/* Basis-Stile für alle Geräte */
h3[b-sfrujh3rgj] {
    text-align: center;
    align-self: center;
}

section[b-sfrujh3rgj] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#bg[b-sfrujh3rgj] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/otherPictures/stoneBackground1.jpg') no-repeat center;
    opacity: 0.6;
    background-size: cover;
    z-index: -1;
    scroll-behavior: unset;
}

/* Desktop (ab 1024px) */
@media screen and (min-width: 1024px) {
    h3[b-sfrujh3rgj] {
        text-align: center;
        align-self: center;
    }

    section[b-sfrujh3rgj] {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin: auto;
    }
}

/* Tablet (zwischen 768px und 1023px) */
@media screen and (max-width: 1023px) and (min-width: 768px) {
    h3[b-sfrujh3rgj] {
        text-align: center;
        align-self: center;
    }

    section[b-sfrujh3rgj] {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
}

/* Mobile (unter 768px) */
@media screen and (max-width: 767px) {
    h3[b-sfrujh3rgj] {
        text-align: center;
        align-self: center;
    }

    .title[b-sfrujh3rgj] {
        margin-top: 30px;
        margin-left: 10px; /* Weniger Rand, damit es breiter wirkt */
        margin-right: 10px; /* Weniger Rand, damit es breiter wirkt */
        font-size: 24px;
        width: 100%;
    }

    section[b-sfrujh3rgj] {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }
}
