.fs_button {
  background: #f2b764;
  color: #000;
  column-gap: 10px;
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 10px 30px;
  text-decoration: none;
  width: 100%;
  align-items: center;
}
}

.fs_button img {
  height: 20px;
  width: auto;
}