.serviceBoxes {
    border-radius: 10px;
    box-shadow: 0px 0px 3px #949494;
    background-color:white;
    padding:20px;
    margin-top:10px;
    cursor: pointer;
    margin-left:1px !important;
    margin-right:1px !important;
    margin:10px;
  }
  :where(.css-dev-only-do-not-override-sk7ap8).ant-tabs .ant-tabs-tab {
    margin: 0 0 0 32px !important;
  }

  .serviceBoxes:hover {
    box-shadow: 0px 0px 4px #696969;
  }
  .tiptap {
    > * + * {
      margin-top: 0.75em;
    }
  
    ul,
    ol {
      padding: 0 1rem;
    }
  
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      line-height: 1.1;
    }
  
    code {
      background-color: rgba(#616161, 0.1);
      color: #616161;
    }
  
    pre {
      background: #0D0D0D;
      color: #FFF;
      font-family: 'JetBrainsMono', monospace;
      padding: 0.75rem 1rem;
      border-radius: 0.5rem;
  
      code {
        color: inherit;
        padding: 0;
        background: none;
        font-size: 0.8rem;
      }
    }
  
    img {
      max-width: 100%;
      height: auto;
    }
  
    blockquote {
      padding-left: 1rem;
      border-left: 2px solid rgba(#0D0D0D, 0.1);
    }
  
    hr {
      border: none;
      border-top: 2px solid rgba(#0D0D0D, 0.1);
      margin: 2rem 0;
    }
  }