.custom-html--sitecore #block-sectionpagezoneonecolumn-2 {
    background: #7500c0;
  }
  .custom-html--sitecore .tech4good {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 67px 0;
  }
  .custom-html--sitecore .tech4good__inner {
    max-width: 560px;
  }
  .custom-html--sitecore .tech4good [class*='col-'] {
    padding: 0 9px;
    margin-bottom: 20px;
  }
  .custom-html--sitecore .tech4good .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .custom-html--sitecore .tech4good .tech4good__heading {
    margin-top: 0;
    font-family: 'Graphik Bold', Arial, sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.04;
    color: #fff;
    margin-bottom: 50px;
  }
  .custom-html--sitecore .tech4good__heading-support {
    font-family: 'GT Sectra Fine Regular', Arial, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 50px;
  }
  .custom-html--sitecore .project {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
    font-family: 'Graphik Regular', Arial, sans-serif;
    background: #ffffff;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    max-width: 280px;
    margin: 0 auto 20px auto;
  }
  .custom-html--sitecore .project__media {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 46%;
    overflow: hidden;
    text-align: center;
  }
  .custom-html--sitecore .project__media a {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  .custom-html--sitecore .project__media a:focus {
    outline: 2px solid #fff !important;
  }
  .custom-html--sitecore .project__media a svg {
    margin-left: 0;
  }
  .custom-html--sitecore .project__media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 300/245;
  }
  .custom-html--sitecore .project__content {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    margin: auto 0;
  }
  .custom-html--sitecore .project__content__inner {
    height: auto;
    width: 100%;
    padding: 20px 0;
  }
  .custom-html--sitecore .project__content__inner h3 {
    margin: 0;
    font-family: 'Graphik Bold', Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.45;
    color: #7500c0;
    letter-spacing: -0.26px;
    margin-bottom: 20px;
  }
  .custom-html--sitecore .project a .button-media__circle {
    opacity: 0;
    transition: opacity 300ms linear;
  }
  .custom-html--sitecore .project a:hover .button-media__circle,
  .custom-html--sitecore .project a:focus .button-media__circle {
    opacity: 0.4;
  }
  .custom-html--sitecore .project :global(button:focus),
  .custom-html--sitecore .project :global(a:focus),
  .custom-html--sitecore .project :global(button:focus-visible),
  .custom-html--sitecore .project :global(a:focus-visible) {
    outline: 2px solid #ffffff !important;
  }
  .custom-html--sitecore a.button--icon,
  .custom-html--sitecore a.button--icon:active,
  .custom-html--sitecore a.button--icon:visited {
    font-family: 'Graphik Regular', Arial, sans-serif;
    font-size: 16px;
    padding: 8px 26px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: opacity 0.3s;
    color: #7500c0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 4px 4px;
    line-height: 1.4rem;
    background-color: transparent;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
  }
  .custom-html--sitecore .button--icon:hover {
    color: #7500c0;
    opacity: 0.4;
    text-decoration: underline;
  }
  .custom-html--sitecore .button--icon :global(svg) {
    margin-left: 10px;
  }
  .custom-html--sitecore .button--icon svg {
    margin-left: 10px;
  }
  @media only screen and (min-width: 980px) {
    .custom-html--sitecore .project {
      max-width: none;
      margin-bottom: 0;
      margin: 0 auto;
    }
    .custom-html--sitecore .tech4good__inner {
      max-width: 900px;
    }
    .custom-html--sitecore .tech4good [class*='col-'] {
      margin-bottom: 0;
    }
  }
  