.send-inquiry-wrap .send-inquiry-button {
background: transparent;
  cursor: pointer;
  font-family: 'Montserrat';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  border: 1px solid #000;
  min-width: 233px;
  border-radius: 0;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 15px;
  margin-left: 0;
  line-height: 120%;
  text-align: center;
  max-width: 100%;
  color: #000;
  height: 45px;
}

.send-inquiry-wrap .send-inquiry-button:hover {
  background-color: #232222;
    color: #fff;
}

.send-inquiry-wrap .send-inquiry-button:active {
  background-color: #232222;
}