.voice-search-block {
  margin-right: 10px;
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-left: -40px;
  border-radius: 0.50263rem;
  background: #DADADA;
}
.voice-search-block img {
  position: absolute;
  bottom: 0;
  top: 5px;
  width: 15px;
  cursor: pointer;
  left: 8px;
}
