.bloco-categoria-horizontal{
    grid-column: span 4;
    grid-row: span 1;
    background: transparent;
    padding: 0;

}


.bloco-categoria-horizontal header{
    display: flex;
    gap: 70px;
    align-items: center;

}
.bloco-categoria-horizontal header h2{
    font-size: 25px;
    color: #48C43F;
    font-weight: bold;
}

.bloco-categoria-horizontal header h4{
    font-size: 14px;
    color: #8F8F8F;
}


.bloco-categoria-horizontal .articles-container{
    display: flex;
    justify-content: space-between;
}

.bloco-categoria-horizontal .content-container{
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    width: 260px;
    height: 210px;
    padding: 20px;
    gap: 5px;
}

.bloco-categoria-horizontal .content-container .top-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bloco-categoria-horizontal .content-container .top-content h4{
    font-size: 14px;
    font-weight: 600;
    color: #48C43F;
}
.bloco-categoria-horizontal .content-container h3{
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    color: #343A40;
}

.bloco-categoria-horizontal .content-container h4{
    font-size: 13px;
    line-height: 17px;
    color: #343A40;
}