#about {
    height: 200px;
    overflow: hidden;
 }
 
 
 
 #about::after {
    content: '';
     height: 20px;
     position: absolute;
     bottom: 0;
     width: 100%;
     background: linear-gradient(0deg, rgba(255,255,255,1) 22%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.5) 74%, rgba(255,255,255,0) 100%);
 }
 
 #about_read_more {
    font-weight: 700;
     line-height: 1.5;
     font-size: 14px;
     padding-left: 20px;
     padding-top: 20px;
     color: #ff006e;
     cursor: pointer;
 }
 
 