.FFSearchTermTesting {
  display: flex;
  font-size: 20px;
  color: #666 !important;
  margin-top: 15px;
  border: 1px solid #6e6e6e;
  border-radius: 5px;
  background-color: #e9ecee;
  align-items: center;
  padding-top: 20px;
}
.FFSearchTermTesting p, .FFSearchTermTesting a {
  display: flex;
  flex: 1;
  justify-content: center;
  text-align: center;
}
