section.produto {
    padding: 90px 0;
}

section.produto .content {
    line-height: 24px;
    margin-top: 30px;
}


section.produto .content p {
    margin-bottom: 30px;
    font-size: 16px;
    color:#000;
}


section.produto .content h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 150%;
    color: var(--azul);
}


section.produto .content h4 {
    font-size: 18px;
    border-bottom: 1px #dedede dotted;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


section.produto .content > .marcador {
    list-style-type: circle;
    padding: 10 0 10 35px;
}


section.produto .right .header {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}


section.produto .right .header img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}


.marcas {
    margin-top: 30px;
}


.marcas h3 {
    font-size: 24px !important;
    border-bottom: 1px #dedede solid;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.marcas__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.marcas__list img {
    display: block;
    border: 1px #dedede solid;
    height: 100px;
    object-fit: contain;
    padding: 15px;
}