 .link__about::after{
    content: '';
    display: block;
    width: 15px;
    height: 3px;
    margin: 0 auto;
    background-color: black;
    
    
} 

.link__about::before{
    content: '';
    display: block;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 3px;
    margin-left: 10px;
    background-color: transparent;    
}  


#content__about{
    margin-top: 120px;
}

.acerca_de{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.description{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.description h1{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 35px;
}

.description .persnal__info{
    padding: 0 2px;
}

.description p{
    padding: 25px;
    margin-top: 35px;
    background-color: #eeeded;
    letter-spacing:3;
    line-height: 2;
    font-size: 20px;
    color: #555;
    text-align: justify;
}

.imagen{
   width: 100%; 
   max-width: 300px;
   }



@media (max-width: 1100px){
    
    #content__about{
        margin-top: 146px;
    }   
    
    
.description h1{
    font-size: 35px;
}

.description p{
    font-size: 18px;
} 

.description{
    width: 70%;
}

}

@media (max-width:800px){
    #content__about{
        margin-top: 146px;
         padding: 0 1rem;
  box-sizing: border-box;
    }
    
    .link__about::after{
        content: '';
        display:none;
    } 
    
    .link__about::before{
        content: '';
        display:none;
    } 

       
.description h1{
    margin-top: 20px;
    font-size: 25px;
}

.description p{
    font-size: 16px;
    
} 


.description{
    width: 100%;
   
}

.description p{
  padding-left:15px;
  padding-right: 15px;
}

}
