.about_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    color: white;
    /* المسافة تحتاج لمراجعة (اعتقد انها كبيرة بعض الشئ)*/
    margin-top: 2rem;
    /*  Separate the end of the section from the footer */
    margin-bottom: 2rem;
}

.picture_left, .picture_right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.picture_left img, .picture_right img {
    width: 90%;
    border-radius: .25rem;
    margin-bottom: 1rem;
}

.about_text_container {
    width: 90%;
}

.about_text_heading {
    text-align: center;
    margin-bottom: 1.3rem;
}