#about{
    position: relative;
}

#about-img{
    border-radius: 10px;
    max-height: 500px;
    object-fit: cover;
}
#about .row{
    flex-direction: row-reverse;
}
#about .row{
  align-items: center;
}
