/*
Theme Name: Natural Pharmaceuticals BellyBalance
Description: Natural Pharmaceuticals BellyBalance
Author: Hubert Juszczuk
Text Domain: naturalpharmaceuticals-bellybalance
Version: 1.0.80
Author URI: mailto:hubert.juszczuk@natural.pl
Theme URI: https://wordpress.natural.pl
*/

.bellybalance-section .image-container {
    max-width: 100%;
    width: 300px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 767px) {
    .bellybalance-section .image-container {
        order: 2;
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }
}