.about-box {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px;

    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);

    line-height: 1.8;
    text-align: center;
}

.profile-img {
    width: 200px;
    height: auto;
    border: 3px solid #484848;
    border-radius: 10px;
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    box-shadow: 0 4px 30px rgba(59, 130, 246, 0.2);
}

.section p {
    text-align: justify;
    line-height: 1.8;
}