.section-wwd-content {
   background-color: #fff;
   color: #4B4B50;
   padding: 25px 30px;
   border-radius: 30px;
   z-index: 2;
   left: 15px;
}
.section-wwd-img {
    height: 100%;
    background-image: url('https://www.balinannyco.com.au/wp-content/uploads/2026/07/Our-story-img-section.jpeg');
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    right: 15px;
}
.section-h2heading {
    margin-bottom:30px!important;
    text-align:left!important;
}
.flower-icoimg {  
   position: relative;
   width: 200px;
   bottom: 42px;
   right: 96px;
   width: 174px; 
}

@media(max-width: 912px) {
    .flower-icoimg { 
        right: 32px;
        width: 150px; 
    }
}
@media(max-width: 767px) {
    .section-wwd-content-m {
        left: 0;
        width: 91%;
        margin: auto;
    }
    .section-wwd-img-m {
        height: 355px;
        margin: auto;
        width: 91%;
        position: relative!important;
        right:0;
        bottom: 10px;
    }
    .section-h2heading {
        text-align:center!important;
    }
}