.about-text p,
.about-text h3 {
/* Existing styles for p and h3 */
margin-bottom: 20px;
line-height: 1.6;
color: #333;
/* Animation */
animation: fadeOutFadeIn 2s ease forwards;
}
    
.about-text h3 {
/* Existing styles for h3 */
color: #36A839;
}