.chamada-news-home h2{
    font-size: 19px;
    line-height: normal;
    font-weight: 700;
}

.chamada-news-home a{
    display: inline-block;
    padding: 15px 40px;
    background: #fea900;
    color: #3f2a00 !important;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.2s;
}
.chamada-news-home a:hover{
    background: #fff;
    color: #fea900!important;
}

.chamada-news-home p{
    display: block;
    padding-top: 10px;
}