#sp-main-body .container {
    padding: 15px;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
}
.acontent #sp-component {
	padding: 200px 15px 15px;
    background-image: url(/images/headers/main-bg-6a.webp);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-attachment: scroll;
}
.bcontent {
    background: rgb(246 172 235 / 50%);
    box-shadow: 3px 1px 20px rgb(0 0 0 / 20%);
    border-radius: 20px;
    padding: 35px;
}
.bcontent .article-details, .bcontent .blog {
	background: rgb(246 172 235);
    padding: 20px;
}
.article-list .article {border: none;}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    margin: 0 0 25px;
    border-bottom: none;
}
.article-list .article .article-header h2 {font-size: 1.5rem;}
.article-details .article-full-image img {
  display: block;
  border-radius: 12px 12px 0 0;
}
.article-details .article-header h1 {font-size: 1.8rem;}
img {margin: 0 auto;}
.category-desc.clearfix img
 {
    margin-bottom: 25px;
}
.sp-module.spa-breadcrumbs .breadcrumb {
	background-color: #FADDF6;
}
.sp-module.spa-breadcrumbs .mod-breadcrumbs__divider.float-start {
	display: none;
}
#sp-left .sp-module .menu-spa .menu-child {
    padding-left: 2rem;
}
#sp-left .sp-module ul>li>a, #sp-right .sp-module ul>li>a {
    line-height: 26px;
}
#sp-left .sp-module ul>li, #sp-right .sp-module ul>li {
    border-bottom: 1px solid #e4e0e0d4;
}
.table-responsive > .table > tbody > tr > td:first-child {
    display: none;
}
#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 30px;
    border: 1px solid rgb(246 172 235 / 40%);
    padding: 30px;
    border-radius: 12px;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
    margin: 0 0 20px;
    padding-bottom: 2px;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 2px solid rgb(246 172 235 / 40%);
}
#sp-basement>.container {
    padding: 0;
    background: #ffffff;
}
#sp-footer {
    background: #5d2757;
}
#sp-footer>.container {
    padding: 0;
    background: #F6ACEB;
}
#sp-footer>.container>.container-inner {
    padding: 15px 20px;
    border-top: none;
}