.about_container{
    width: 90%;
    margin: 10 auto;
    display: flex;
    gap: 15px;
    justify-content:space-around;
}
.about_img{
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 2opx;
}
.about_img img{
    width: 400px;
    height: 500px;
    border-radius: 10px;
    margin: 20px 40px;
}
.about_inf{
    width: 50%;
}
.about_inf h3{
    font-size: 30px;
    text-align: center;
}
.about_inf p{
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 35px;
}