.two-column-content__image  div
     {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .two-column-content__image img {
        width: 100%;
        height: auto;
    }

    .two-column-content__image  svg {
            max-width: 100%;
            overflow: visible !important;
            pointer-events: none !important;

            
        }
        .header-mobile__nav {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background-color: #fff;
            transform: translateY(-150%);
            transition: transform 0.6s cubic-bezier(.555,.205,.295,.975);
        }
        
            
        
        .header-mobile__nav.is-active {
                transform: translateY(0);
            }
        
        
        .header-mobile__nav__container {
            margin-top: 80px;
            padding: 0 5%;
            max-height: 100%;
            overflow-y:auto;
        }
        
            .header-mobile__nav > .header-mobile__nav__item {
                list-style-type: none;
                font-size: 20px;
            }
        
                .header-mobile__nav:not(:last-child) {
                    margin-bottom: 10px;
                }
        
                .header-mobile__nav > a {
                    text-decoration: none;
                    font-weight: 900;
                    color: $primary;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }
        
                    .header-mobile__nav.post-type--products, .header-mobile__nav.nav--overview {
                        display: none;
                    }
                
        
                    .header-mobile__nav  ul {
                    display: block;
                    margin: 20px 0;
                    padding-bottom: 40px;
                    border-bottom: 1px solid #eee;
                    }
        
                    
                        .header-mobile__nav li:not(:last-child) {
                            margin-bottom: 10px;
                        }
        
                        .header-mobile__nav li  a {
                            text-decoration: none;
                            width: 100%;
                            transition: none;
                            padding: 0;
                            margin: 0;
                        }
        
                        .header-mobile__nav li.ed-product {
                                line-height: 1.4;
                        }
        
                       
                        
        
            .header-mobile__buttons {
                width: 100%;
                margin-top: 40px;
                margin-bottom: 100px;
            }
        
            .header-mobile__buttons .c-btn {
                    width: 100%;
            }
        
                   
  