#personal{
    background-color: #141900;
    color: #ffffff;
}
.personal-info-title {
    color: #a3ff00;
    text-align: center;
    margin-bottom: 70px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.personal-info-title::before {
    width: 30%;
}

.personal-info-title::after{
    width: 45%;
}

.personal-info-title::after,
.personal-info-title::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    border-radius: 24px;
    background-color: #a3ff00;
}

.personal-info-title::after {
    bottom: -15px;
}

.personal-info-title::before {
    bottom: -25px;
}

#personal span {
    font-weight: bold;
}

.box-img{
width: 100%;
height: auto;
}

.img-line{
position: relative;
top: -100px;
}

/* #personal {
    background-image: url('assets/images/personal-bg.png');
    background-size: cover;
} */
#personal .left-bg{
    position: absolute;
    top: 170%;
    left: -10%;

}

@media only screen and (max-width:500px) {
    #personal .row{
        flex-direction: column;
    }

    .img-line{
        top: -60px;
    }

    #personal #box-info .row{
        flex-direction: row;
    }

    #personal #box-info{
        margin-top: -70px;

    }
}