.section-title-center b {
    background: transparent;
}
.sapo {
    background: #fff;
    padding: 10px;
    border: solid 1px #1e73be;
    margin-bottom: 20px;
}
.sapo * {
    margin: 0;
}
.content-home {
    height: 800px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #1a60b8 transparent;
    transition: background 0.3s ease;
    margin-top: 30px;
    background: #fff;
    padding: 20px;
    border: solid 1px #a7ceff;
    margin-bottom: 30px;
}
.post-item .box {
    background: #fff;
    border: solid 1px var(--primary-color);
}
.home #content {
    padding-bottom: 0;
}
footer {
    background: #a7ceff;
    padding-top: 20px;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
}
.ux-menu-link__link {
    min-height: 0;
    font-weight: bold;
}
.breadcrumb {
    background: #fff;
    font-size: 12px;
    padding: 5px 0;
}
.breadcrumb>div * {
    margin: 0;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}