.home-title h2 {
    font-size: 40px;
    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%);
}

.home-story .box-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
}