.button-nerau-trustvox {
  background: var(--Red-0, #E4322A);
  width: 169px;
  height: 36px;
  padding: 10px 32px 10px 32px;
  gap: 8px;
  border-radius: 40px;
  opacity: 0px;
  border: none;
  /* styleName: Text/sm/Regular; */
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #FFFFFF;

  display: flex;
  align-items: center;
  justify-content: center;
  
}

.button-nerau-trustvox a:hover {
  color: inherit;
}