/* Regular content sections */
.content-section-flower {
    height: 150vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white ;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0);
}   
.flower-img {
   padding-top: 100px;
   width: 100%;
   align-content: center;
   height: 100%;
   object-fit: cover;
}