body {
    margin:0;
    font-family:var(--bs-body-font-family);
    font-size:var(--bs-body-font-size);
    font-weight:var(--bs-body-font-weight);
    line-height:var(--bs-body-line-height);
    color:var(--bs-body-color);
    text-align:var(--bs-body-text-align);
    background-color:var(--bs-body-bg);
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    font-family: Arial,Helvetica,sans-serif;
}
.article-header{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.article-header .mi-base-a{
    color: #ffffff;
    padding-left: 0;
}
.article-header .mi-base-a:hover{
    color: #dc3545;
}
.article-header .mi-base-a span{
    margin-left: 1rem;
}
.article-header .mi-base-a:hover i{
    transform:translate(-.25rem)
}
.article-header .svg-wrapper{
    width: 15rem;
}
.article-header h1{
    font-weight: bolder;
    color: #ffffff;
}
.sBanner{
    width: 100%;
    height: 38rem;
    position: relative;
}
.sBanner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-content{
    min-height: 30rem;
    position: relative;
    background: #ffffff;
}
.page-content-mt{
    margin-top: -6rem;
}
.page-content h1{
    font-weight: bolder;
    font-size: 3.125rem;
    line-height: 1;
    margin-top: 3rem;
    margin-left: 4rem;
    margin-bottom: 6rem;
}
