/* SECTIONS */
  
  .headline {
    height: 20vh;
  }
    
  .feature-container p {
    margin-bottom: 25px;
  }
  
  .feature-container {
    margin-top: 20px;
  }
  
  .adminstrative-committe img{
      max-width: 300px;
      width: 100%;
      height: auto;
  }
  
  /*.feature-container:nth-child(2) {
    order: -1;
  }*/
  
  /* SEARCH DISABLED ON MOBILE */
  
  #search-icon {
    display: none;
  }
  
  .search-input {
  display: none;
 }
  
}