

            .webapp-text-highlight,.wp-project-text-highlight{
                font-weight: 700;
                text-decoration: underline;
                font-size: 14px;
            }
            
            .webapp-text-highlight::after,.wp-project-text-highlight::after{
                content: "\a\a";
                white-space: pre;
            }

            
            
            .webapp-text-highlight::before{
                content: "\a";
                white-space: pre;
            }

            .wp-project-text-highlight::before{
                content: "\a";
                
            
            }

            .new-heading{
                font-size: 14px;
            }
            

            .webapp-description{
                text-indent: 10%;
                font-size: 13px;
            }

            

            .wp-project-description{
                text-indent: 10%;
                font-size: 13px;
            }

