body{

}

.text-content{
    --main-bg-color:#fff;
    background-color: var(--main-bg-color);
    position: relative;
    z-index:2;
    padding-top: var(--bs-gutter-x);
}

.text-content .text h1{font-size:1.1714em;font-weight: bolder;margin-bottom:20px;}
.text-content .text.h4,.text-content .text h4 {
    font-size: 20px;
}
.text-content .text .h5,.text-content .text .h6,.text-content .text h5,.text-content .text h6 {font-size: 16px;}
.text-content .text .h5,.text-content .text .h6,.text-content .text h5,.text-content .text h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.text-content .text ul,.text-content .text ol{padding-left:3.5em;}

.text-content .text li{margin-bottom:0.5em;}

.text-content p:not(.noindent){ text-indent: 2em;}
.text-content p:not(.noindent) img {
    margin-left: -2em;
    max-width: 100%;
}

.page-article .nav-breadcrumb {
    box-shadow: 0px 0px 20px 0px rgb(20 47 126 / 15%);
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}

.bg-s1::before,
.bg-s1::after {
    content: '';
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/blob-scene-wide-1.svg);
    background-position: top center;
    background-size: cover;
    opacity: 1;
    mix-blend-mode: overlay;
}
.bg-s1::after {
    transform: rotate(180deg);
    background-position: bottom center;
    top:initial;
    bottom:0;
}
.bg-s1{
    position: relative;
}

.page-article .breadcrumb-item.active {
    display: none;
}
@media screen and (min-width: 768px) {

    .bg-s1 {
        background-image: linear-gradient(180deg,#E1F5FE 0%,#FFFFFF 100%);
        position: relative;
    }
    .text-content{
        --main-bg-color:rgba(255,255,255,.85);
        padding: var(--bs-gutter-x) calc(var(--bs-gutter-x) * .75);
        padding-top: calc(var(--bs-gutter-x) * 2);
    }
.text-content .container{margin-bottom:50px;}
.text-content .text{padding:15px;}
.text-content:after{content:"";display:table;}



}
