#fw-section-custom-html-57550562-c455-4d98-b80d-531a9f24021b {

.inline-view-all-wrapper {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
}

a.inline-view-all {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  transition: background-color 0.3s ease;
  margin: 0;
}

a.inline-view-all:hover {
  background-color: #333333;
}
}