.contact_box_wrapper{
    font-size: 16px;
    font-family: var(--decimal), sans-serif !important;
    overflow: hidden;
    position: relative;
    padding-top: 3em;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .contact_box_wrapper a{
    color: white;
    text-decoration: none;
  }
  .contact_box_wrapper a:hover{
    color: white;
    text-decoration: underline!important;
  }
  .contact_box_inner{
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .contact_box_wrapper_wrapper{
    position: relative;
  }
  .contact_box_inner_inner{
    background-color: black;
    position: absolute;
    width: 100%;
    height: calc(100% - 3em);
    z-index: 0;
    top: 0;
    margin-top: 3em;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
  }
  .contact_box_text{
    padding: 1.5em 2.5em;
    z-index: 10;
    position: relative;
  }
  .contact_box_title{
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
  }
  .contact_box_title_mobile{
    display: none;
  }
  .contact_box_name{
    margin-top: 1em;
  }
  .contact_box_phone_and_email{
    margin-top: 1em;
  }
  .contact_box_after{
    border: 1px solid black;
    border-top: 0;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-family: var(--decimal), sans-serif !important;
    width: 100%;
    display: inline-block;
    padding: 0.75em 1em;
    text-align: center;
    cursor: pointer;
    line-height: 1.5em;
    box-sizing: border-box;
  }
  .contact_preview_wide{
    max-width: 800px;
  }
  :root{
    --decimal: "Decimal", Arial, sans-serif !important;
  }
  /* ========== Decimal Font ========= */

  @font-face {
    font-family: 'Decimal';
    src: url('../fonts/decimal-book_min.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-synthesis: style small-caps position;
  }

  @font-face {
    font-family: 'Decimal';
    src: url('../fonts/decimal-bold_min.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    font-synthesis: style small-caps position;
  }

  @font-face {
    font-family: 'Decimal Light';
    src: url('../fonts/decimal-book_min.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-synthesis: style small-caps position;
  }

  @font-face {
    font-family: 'Decimal Light';
    src: url('../fonts/decimal-book_min.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    font-synthesis: style small-caps position;
  }

  /* ========== END Decimal Font ========= */