
.main-about{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;    
    gap: 30px;
}

.ul-about{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;


}
.li-about{
    width: 90%;
    height: auto;
    color: white;
    font-size: 25px;
    text-align: center;
}
.p-about{
    width: 40%;
    font-size: 30px;
    text-align: center;
    color: #f0ebeb;
    text-shadow: 1px 1px 8px rgb(255, 0, 255);
}
.img-about{
    width: 300px;
    height: auto;
}