.acupuntura p{
    text-align: justify;
    color: #6e6e6e;
    margin: 20px 0px;
    font-size: 18px;
}

@font-face {
    font-family: 'Chocolate';
    src: url('../fonts/chocolate_5/Chocolate.woff') format('woff');
}

.acupuntura{
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.acupuntura h1{
    color: #cc8aa9;
    font-size: 50px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}

.main{
    padding: 20px 0px;
    width: 60%;    
    display: flex;
    flex-direction: row;
    align-items: center;
}

.main article{
    margin: 0px 20px;
}

.main article h1{
    font-size: 28px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.main img{
    margin: 0px 20px;
    width: 500px;
    height: auto;
    object-fit:cover;
    border-radius: 10px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}


.content{
    width: 60%;    
}
#content-article{
    width: 100%;
}


.content ul {
    border: solid 2px #cc8aa9;
    border-radius: 5px;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
  }
  
  .content ul li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
    text-align: justify;
    color: #6e6e6e;
    margin: 10px 10px;
    font-size: 18px;

  }
  
  .content ul li:before {
    font-family: FontAwesome;
    content: "\f138";
    position: absolute;
    left : 1em;
    color: #cc8aa9;
}

.end{
    width: 60%;  
}
.end a{
    color: #cc8aa9;
}

.procedimentos .coluna p{
    width: 100%;
    padding: 5px 15px;
    color: #cc8aa9;
    margin-bottom: 10px;

}

.confira-resultados{
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.confira-resultados h1{
    font-size: 28px;
}

.confira-resultados p{
    margin-top: 10px;
}

.confira-resultados img{
    border-radius: 8px;
    width: 400px;
    height: 400px;
    object-fit: cover;
    margin: 0px 10px;
}

.lista-procedimentos{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lista-procedimentos p{
    color: #cc8aa9;
}

.lista-procedimentos .coluna{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.lista-procedimentos .coluna a{
    margin: 10px 0px;
    width: fit-content;
    color: #6e6e6e;
}

@media only screen and (max-width: 1400px){
    .main{
        width: 90%;    
    }
}
@media only screen and (max-width: 900px){
    .acupuntura h1{
        font-size: 32px;
    }

    .main{
        width: 90%;  
        flex-direction: column;  
    }
    .main h1{
        font-size: 28px;
    }
    .main img{
        width: 93%;
        margin: 0;
    }
    .content{
        width: 90%;
    }
    .end{
        width: 90%;
    }
    .confira-resultados .imagens-antes-depois{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .confira-resultados .imagens-antes-depois img{
        width: 300px;
        height: 300px;
        margin: 20px;
    }
}