@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
.cartao{
    padding: 0px 20px 0px 20px;
}
.cartao a{
  text-decoration: none;
}
.card{
    border: none !important;
}
.card-body{
    padding-left: 0 !important;
}
.categoria{
    margin-bottom: 8px;
}
.categoria button{
    border: none;
    width: 112px;
    height: 26px;
    flex-shrink: 0;
    border-radius: 3px;
    background: #283A61;
    color: #ffffffd9;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    padding: 5px 17px 5px 17px;
    margin-bottom: 0;
}
.conteudo h4{
    color: #000;
    font-family: 'Merriweather';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}
.conteudo p{
    color: #515151;
    font-family: 'Merriweather';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
}
.conteudo h5{
    margin-top: 13px;
    color: #000;
    font-family: 'Merriweather';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 22.4px */
}
@media (max-width:1100) {
    .cartao{
        padding: 0px 0.5% 0px 0.5%;
        padding-left: 0.5% !important;
    }
}