.styled-select select {
   background: grey;
   color: white;
   font-weight: bold;
   width: 530px;
   padding: 5px;
   font-size: 14px;
   border: 1px solid #EAAB4E;
   height: 34px;
  
}