/* SEKCJA O NAS */
#offer .section_content {
    width: 100%;
    display: flex;
    flex-direction: row;
}

#offer .wrapper {
    margin-bottom: 128px;
}

#offer .content_image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*#offer .section_content .content_text, #offer .section_content .content_image {*/
/*    width: 100%;*/
/*}*/

#offer li {
    font-size: 16px;
}