.mind_element {
    padding: 31px 0 30px 0;
    display: flex;
}


/* .mind_element {
    padding: 32px 0 30px 0;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
} */

.mind_element .details {
    margin: auto;
    margin-right: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.mind_element .details h3, .mind_element .detailsLeft h3 {
    font-size: 40px;
    line-height: 2;
    font-weight: 400;
    margin-bottom: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #03994C;
}

.text-right {
    text-align: right!important;
}



.mind_element_margin{
    /* margin-right:-53%; */
    margin-right:-6%;
}

.mind_element_margin_shorot{
    margin-right:0%;
    margin-top: 6%;  
}

.mind_element_margin_mousum{
    margin-right:-10%;  
}



.mind_element_margin_akorr{
    margin-left: 20%;
    margin-top: 2%;
}

.mind_element_margin_keyasweets{
    margin-left: 25%;
    margin-top: -4%;
}

.mind_element_margin_freshnyum{
    margin-left:14%;
    margin-top: -5%;  
}

.sec-7{
    margin-top: 20%;
}





@media only screen and (max-width: 480px){
    .mind_element .details h3, .mind_element .detailsLeft h3 {
        font-size: 20px;
        line-height: 0.07;
        font-weight: 400;
        margin-bottom: auto;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #03994C;
    }

    .mobile{
        margin-top: -25%;
    }
    
    .food{
        background-image:url('img/3.jpg');background-repeat: no-repeat; min-height: 100rem;background-position: center center;
    }

    .sectionleaf{
        width: 36%;
        margin-left: 54px;
        height: auto;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }


    .leaf2{
        margin-left: 0px;
        margin-top: -1px;
    }

    .leaf1{
        margin-left: -55px;
    }

    .leaf1side{
        margin-left: 1px;
    }

    .leaf3{
        margin-left: -6px;
    }
    .leaf4{
        margin-left: -6px;
    }


 .mind_element {
        padding: 26px 18px 29px 0px;
        display: flex;
    }
    .mind_element_margin_keyasweets {
        margin-left: 21%;
        margin-top: -4%;
    }

}


