@media only screen and (min-width: 1024px) {
  .header__search-form input[type=search]:hover {
      color: #ffffff;
  }
}

b, strong {
  font-weight: bold !important;
}
