
.hero-search-wrapper {
background-color: #F6F6F6;
border-radius: 4px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 2px 6px 2px rgba(0, 0, 0, 0.15);

    label {
    font-size: 14px;
    }

    h5 {
    font-size: 16px;
    font-weight: bold;
    }
    h6 {
    font-size: 14px;
    font-weight: bold;
    }
    .btn {
      font-size: 14px;
    }
    select {
      font-size: 14px;
    }
    input {
      font-size: 14px;
    }
}