.topic-header{
    background-color: #ffdd44;
    text-align: center;
    line-height: 3;
    font-family: 'Crete Round', serif;
    margin-bottom: 50px;
}

.topic-news{
    width: 90%;
    margin: 60px auto;
}

.topic-news-inner{
    display: flex;
}

.news-article{
    width: 45%;
    margin: 0 auto 40px;
    display: flex;
}

.news-article a{
    width: 30%;
    align-items: center;
}

.news-article a img{
    border: 1px solid lightgray;
}

.news-article-sentence{
    width: 70%;
    margin-left: 20px;
}

.news-article-sentence h2{
    font-size: 20px;
}

.news-article-sentence .inner-h4-2{
    color: white;
    background-color: cornflowerblue;
    width: 100px;
    margin: 10px 30px 10px 0;
    border-radius: 5px;
    align-items: center;
    text-align: center;
}

.news-article-sentence .inner-h4-1{
    color: white;
    background-color: #ababab;
    width: 70px;
    margin: 10px 10px 10px 0;
    border-radius: 5px;
    align-items: center;
    text-align: center;
}

.middle-inner{
    display: flex;
    align-items: center;
}

.middle-inner i{
    margin-right: 10px;
}

.inner-h4{
    background-color: lightgray;
}

a h2:hover{
    opacity: 0.4;
    transition: 0.5s;
}