/* SEKCJA O NAS */
#about .section_content {
    gap: 64px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#about .wrapper {
     margin-bottom: 128px;
}

#about .content_image {
    display: flex;
    justify-content: end;
    align-items: center;
}

/*#about .section_content .content_text, #about .section_content .content_image {*/
/*    width: 100%;*/
/*}*/