.block_get-in-touch {
  background: var(--Grey-gradient, linear-gradient(180deg, #525252 0%, #3B3A3A 100%));
  padding-top: 135px !important;
  padding-bottom: 135px !important;
  @media screen and (max-width: 535px) {

    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .container {
    max-width: 558px;
    text-align: center;
    gap: 30px;
    color: var(--off-white);

    p {
      color: var(--off-white);
    }

    .button-block-wrapper {
      justify-content: center;

      @media screen and (max-width: 535px) {
        flex-direction: column;

        a {
          margin: auto;
        }
      }
    }

    .git-heading {
      max-width: 470px;
      margin: 0 auto;
    }

    .git-intro {
      font-family: Georgia;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 0.6px;
      text-transform: uppercase;
    }
  }
}