.request-quote-button {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  background-color: #2a2a2a;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 10px 20px;
  border: 2px solid #2a2a2a;
  border-radius: 30px;
  margin-top: 10px;
}

.request-quote-button:hover {
  background-color: #4a595e;
  color: #ffffff;
  cursor: pointer;
}
