.container {
    max-width: 1278px;
}
aside {
    padding-left: 40px;
}
.fxt-child-promo__inner {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
}
.fxt-child-notice{
    padding: 10px;
    border: 1px solid #D0D0D0;
    text-align: center;
    background: white;
}

.fxt-child-promo__logo-img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}


.news-section {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    padding: 20px;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative
}

.news-header h4 {
    font-weight: 700;
    margin: 0;
}

.news-date {
    font-size: 14px;
    color: #555;
    border-bottom: 3px solid #28a745;
    padding-bottom: 3px;
    position: absolute;
    right: 0;
    bottom: -1px;
}

.news-img {
    width: 100%;
    height: 200px;
    border-radius: 0;
    object-fit: cover;
}

.news-title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 15px;
    line-height: 1.3;
}
.news-title  a{
    text-decoration: none;
    color: #000;
}

.news-author {
    color: #666;
    margin-top: 10px;
    font-size: 1.125rem;
    font-weight: 600;
}