.gradient:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #FFF 0%, #FFF 23.44%, rgba(255, 255, 255, 0.00) 100%);
  }

  .custom-text {
    width: 700px;
    color: #000;
    font-family: Satoshi;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.5;
  }

  #contactButton {
    display: flex;
    padding: 15px 25px;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.30);
  }