@charset "utf-8";

.more-topics{
text-align:right;
font-size:80%;
}

.more-topics-btn{
text-decoration:none;
border:1px solid #946229;
padding:8px 20px;
text-align:center;
display:inline-block;
}

@media screen and (min-width: 960px) {
.fs-new-topics{
 width:625px;
 margin:50px 0 90px 0;
}

.fs-new-topics h2{
 line-height:38px;
 border-bottom:1px solid #956229;
 margin-bottom:15px;
 font-size:1.6rem;
 font-weight:700;
 color:#956229;
}
}

@media screen and (max-width: 959px) {
.fs-new-topics{
 margin:50px 0 70px 0;
}

.fs-new-topics h2{
    border-bottom: 1px solid #7d460d;
    color: #7d460d;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 0 5px;
    text-align: center;
    margin: 20px 0 10px;
}
}