.c-askobtn {
  border: 1px solid #66001e;
  font-size: 1em;
  text-decoration: none;
  padding: 1rem;
  width: 16rem;
  max-width: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.c-askobtn--secondary {
  background-color: transparent;
  color: #66001e;
}

.c-askobtn:focus,
.c-askobtn:hover {
  background-color: #66001e;
  color: #fff;
}

.c-askobtn:focus {
  outline: 1px dotted gray;
}
