/** Shopify CDN: Minification failed

Line 59:1 Expected "}" to go with "{"

**/
.section-contact {
  h1 {
    margin-top: 120px;
    margin-bottom: 16px;
  }
  
  .contact-container {
    justify-content: space-between;
    align-items: stretch;
    width: 90%;
    max-width: 800px;
    margin: 80px auto 120px;
    display: flex;
    
    .contact-image {
      height: 913px;
    }

    .image-2 {
      width: 500px;
    }

    @media screen and (max-width: 767px) {.image-2 {width: 70%;}}
    @media screen and (max-width: 479px) {.image-2 {width: 100%; max-height: 450px;}}
    
    .contact-details {
      background-color: var(--ev-vellum-white);
      width: 60%;
      margin-top: 80px;
      margin-left: -80px;
      padding: 32px 48px;

      .contact-text-block p,
      .contact-text-block a,
      .contact-text-block strong {
        color: var(--ev-dark-mist);
      }
      .contact-text-block strong {
        font-weight: 600;
      }
      
    }

    @media screen and (max-width: 991px) {.contact-details {margin-left: -120px; min-height: 833.66px;}}
    @media screen and (max-width: 767px) {.contact-details {width: 70%; margin-left: -240px;}}
    @media screen and (max-width: 479px) {.contact-details {width: 100%; margin: 0; padding: 32px 0;}}
    
  }

  @media screen and (max-width: 479px) {
    .contact-container {
      flex-direction: column;
  }
}