.produto-descricao .conteiner {
    padding: 3rem 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.descricao-titulo{
            width: 50%;
            text-align: center;
        }
        
        .icone-beneficios{
                width: 50px;
                height: 50px;
            }

        .foto-principal{
            max-width: 400px;
        }
        
        .conteiner-beneficios{
            display: flex;
            flex-direction: row;
            width: 100%; 
            margin: 0; 
            padding: 0; 
            align-items: center; 
            padding-bottom: 3rem; 
            justify-content: center;
        }

        .conteiner-beneficios ul{
            padding: 0;
        }

        .beneficios{
            list-style: none; 
            display: flex; 
            flex-direction: row; 
            align-items: center; 
            justify-content: flex-start;
            gap: 1rem;
            margin-top: 3rem;
        }
        .beneficios h4{
            font-size: 20px;
            margin-top: 0;
        }

        .conteiner-serventia{
            width: 100%; 
            display: flex; 
            flex-direction: row; 
            justify-content: space-around;
        }
        
        .conteiner-serventia div{
            width: 50%;
            max-width: 50%;
        }

        .conteiner-lista-beneficios{
            text-align: center;
            padding-top: 4rem;
        }

        .conteiner-lista-beneficios ul{
            list-style: none;
            list-style-type: none;
        }
        
        .conteiner-lista-beneficios li{
            margin-top: 1rem;
        }

        .foto-mobile{
            display: none;
        }
        
        .conteiner-video{
            display: none !important;
        }

        .conteiner-video iframe{
            max-width: 600px;
        }

        @media screen and (max-width: 768px) {
            .descricao-titulo{
                width: 80%;
            }
            .icone-beneficios{
                width: 60px;
                height: 60px;
            }
            .conteiner-beneficios{
                flex-direction: column;
            }
            .conteiner-serventia{
                flex-direction: column;
            }
            
            .conteiner-serventia div{
                width: 100%;
                max-width: 100%;
            }
            .beneficios{
                width: 100%;
            }
            h2{
                font-size: 28px !important;
            }
            .conteiner-lista-beneficios ul{
                list-style: none;
                padding-left: 1rem;
            }
            .foto-pc{
                display: none;
            }

            .foto-mobile{
                display: block;
                max-width: 250px;
            }

            .conteiner-video iframe{
                max-width: 300px;
            }
        }