.button button {
  background-color: #486983;
  border: 0;
  color: #FFFFFF;
  font-family: 'BrandonGrotesque-Medium';
  font-size: 0.875rem;
  letter-spacing: 0.06125rem;
  padding: 8px 0;
  width: 243px;
}

.button button:hover {
  background-color: #344c5f;
  transition: .6s;
}

@media only screen and (max-width: 992px) {
  .button button {
    width: 100%;
  }
}