section.judges{
   padding:3em 0;
}

section.judges ul{
    display: flex;
    flex-wrap: wrap;
    padding:0;
    margin:0;
}
section.judges ul li{
   color:white;
   list-style: none;
   line-height:2.2em;
   padding:0;
   font-size:16px;

}

section.judges ul span.divider{
   background-color: #E2CA8C;
   width:100%;
   height:1px;
   display:block;
   margin:0.5em auto;
 }



@media only screen and (max-width: 425px) {

   section.judges{
      padding:1em 0;
   }
   

   section.judges ul{
  padding: 0 10%;
  }

    section.judges ul li{
        text-align:center;
    
        font-size:18px;
     }
     
   
  }