@media only screen and (max-width: 600px) {
    section#news_ticker {
        padding-top: 20px !important;
    }
    .react-reveal.row div div .box{
        margin-top: 75px !important;
    }
    .mobile_view_space{
       margin-top: 5px;
    }
    #collection{
        padding-top: 5px !important;
    }
    section#news_ticker .react-reveal.row .ticker .ticker__element h1{
        font-size: 20px;
    }
    .half_part_div_second {
        padding: 50px !important;
        padding-left: 15px !important;
    }
    .half_part_div_sustainability .half_part_div_second div h2{
        font-size: 15px;
    }
    section.collection_carosol {
        padding-bottom: 0px !important;
    }
    section.news_section {
        padding-bottom: 30px !important;
    }
    .display_none{
        display: none !important;
    }
    .display_block{
        display: block !important;
    }
    .image_and_text{
        margin-top: 60px;
    }
    .centered_text .image_text_header {
        font-size: 20px !important;
        margin-bottom: -15px;
    }
    .image_and_text .centered_text{
        width: 100%;
    }
    .image_and_text .centered_text button{
        padding: 5px 20px;
    }
    input[type="text"], input[type="password"], input[type="email"], textarea, select {
        min-width:90% !important  
    }
    button.explore_all_button.submit_button {       
        padding: 5px 25px !important;
    }
    .full_part_div{
        flex-direction: column-reverse !important;
    }
    .grid_image_part,
    .half_part_div,
    .half_part_div_sustainability{
        max-width: 100% !important;
    }
    /* body {
      background-color: lightblue;
    } */
}







@media (min-width: 768px) and (max-width: 991px) {

    #menu.navbar-default .navbar-nav > li > a{
       font-size: 9px !important;
    }
 
 }
