.produtos-title {
    padding: 0 2rem;
    padding-top: 3rem;
}
@media screen and (max-width:850px) {
    .produtos-title {
        padding-top: 1rem;
    }
}
.produtos-title h2 {
    padding-bottom: 1rem;
    font-size: 1.6rem;
    color: #333;
}
.produtos-title p {
    color: #999;
    font-weight: 500;
    padding-bottom: .5rem;
}

.produtos-list {
    padding: 1rem 3rem;
}
::marker {
    color: #999;
}
.produtos-list li {
    margin-bottom: .5rem;
}
.produtos-list a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.produtos-list a:hover {
    text-decoration: underline;
}