.about{
    padding-top: 10px;
 }
 
 .about__text{
    font-size: var(--font-size-l);
    line-height: 100px;
 }
 
 .about__profilepicture{
   width: 20%;
   position: absolute;
   bottom: 0px;
 }

 @media only screen and (max-width: 768px) {
 .about__profilepicture{
   width: 40%;
 }
 }