.entry-header-text.entry-header-text-top {
    padding-bottom: 0;
}

.entry-divider.is-divider.small {
    display: none;
}

article.post.type-post, div#comments {
    background-color: #fff1c9;
    border-radius: 8px;
    border: 1px solid #f6b600;
    padding: 10px;
}

div#respond {
    background: bottom !important;!i;!;
}

.home-title h2 {
    font-size: 30px;
    color: #925f0e;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.home-title h2:after {
    content: '';
    width: 100%;
    height: 20px;
    background: url(/wp-content/uploads/2024/08/hoavan-title.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    left: 50%;
    line-height: 0;
    transform: translateX(-50%);
}

.col.post-item .col-inner {
    background-color: #fff1c9;
    border-radius: 8px;
    border: 1px solid #f6b600;
    overflow: hidden;
}

.box-blog-post {
    background: bottom !important;
}