.product-search-form-style-1 h2 {
    font-size: 50px;
    font-weight: 600;
}
.product-search-form-style-1 .search-form input {
    padding: 10px 16px;
    border-radius: 50px;
    height: 50px;
}
.product-search-form-style-1 .search-form button {
    border-radius: 50px;
    height: 50px;
    line-height: 1.2;
    letter-spacing: normal;
    padding: 0.6875rem 1.875rem 0.625rem;
    margin-left: 15px;
}
.product-search-form-style-1 h2,
.product-search-form-style-1 p{
  color: #fff;
}

@media(max-width: 567px) {
  .product-search-form-style-1 .search-form {
    display: block;
  }
  .product-search-form-style-1 .search-form button {
    margin-top: 10px;
    margin-left: 0;
  }
}
