.weFixHeader{
    display:block;
    background:white;
    position:fixed;
    top:0px;
    left:0px;
    padding-top: 5px;
    
}


.smooth-scroll{
    overflow: auto;
    overflow-x: hidden;
    margin:0 150px;
    

}

#main-container {
    position: relative;
    top: 80px;
}
.we_logo{
  width: 42%;
}



.dropdown {
    height: inherit;
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.hydroponics_left {
  
    width: 50%;
    float: left;
    
}

.hydroponics_left img{
    width:90%;
}
#hydroponics{
    padding:100px 0 90px;
}


@media screen and (max-width: 1200px) {
  
  .smooth-scroll{
        margin:0px 100px;
    }
     #hydroponics{
    padding:75px 0 90px;
}
   
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  
    .smooth-scroll{
        margin:0px 100px;
    }
    #hydroponics{
    padding:35px 0 90px;
}
    .hydroponics_left {
  
    width: 100%;
    float: left;
    
}
    
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  
  .smooth-scroll{
        margin:0px 100px;
    }
    #hydroponics{
    padding:35px 0 90px;
}
    .hydroponics_left {
  
    width: 100%;
    float: left;
    
}

}

@media screen and (max-width: 482px) {
  
  .smooth-scroll{
        margin:0px 5px;
    }
    #hydroponics{
    padding:25px 0 90px;
}
    .hydroponics_left {
  
    width: 100%;
    float: left;
    
}

}