.produtos-grid{
    display: flex;
    gap: 20px;
    text-decoration: none;
}

.produtos-grid a{
    text-decoration: none;
}

.produto-card{
    text-align: center;
}

.produto-imagem{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.produto-info{
    color: black;
}

.produto-titulo{
    margin: 0px;
    font-size: 20px;
}

.produto-preco{
    margin-top: 16px;
    margin-bottom: 0px;
    font-weight: bold;
}

.section{
    display: flex;
    justify-content: center;

}

.inside{
    display: flex;
    gap: 20px;
}