.about{

padding:80px 20px;
text-align:center;

}
/* العناوين */

.about-title h2{
color:var(--middleColor);
font-size:35px;
margin-bottom:10px;
}

.about-title h3{
color:var(--primaryColor);
font-size:28px;
margin-bottom:20px;
}

.about-title p{
max-width:750px;
margin:auto;
color:#555;
line-height:1.8;
}

