.about .title::after{
    content:"Vem är jag?"
}

.about .content-about .left{
    width: 45%;
}
.about .content-about .left img{
    height: 400px;
    width: 400px;
    object-fit: cover;
    border-radius: 6px;
}
.about .content-about .right{
    width: 55%;
}
.about .content-about .right .text{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about .content-about .right .text span{
    color: #2F0B6Fff;
}
.about .content-about .right p{
    text-align: justify;
}
.about .content-about .right a{
    display: inline-block;
    background: #2F0B6Fff;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid #2F0B6Fff;
    text-decoration: none;
    transition: all 0.3s ease;
}
.about .about-content .right a:hover{
    color: #2F0B6Fff;
    background: none;
}