1م
.title {
text-align: center;
color: #0084bd;
font-size: 45px;
margin-bottom: 0;
padding-bottom: 0;
font-family: 'Source Code Pro', sans-serif;
}
/* New .about-box container for the "نبذة" box */
.about-box {
width: 100%;
max-width: 100%;
margin: 40px auto;
display: flex;
background-color: white;
border-radius: 45px; /* Updated border radius */
padding: 20px;
box-shadow: 12px 13px 8px rgba(0, 0, 0, 0.1); /* Updated box shadow */
}
/* Updated text-about-box (Right side box) */
.text-about-box {
flex: 1;
padding