  .section-mg-cookie-panel {
    background-color: #F0F0F0;
    position: fixed;
    z-index: 102;
    line-height: 18px;
    left: 0;
    right: 0;
  }
  
  .section-mg-cookie-panel .cookie-text {
    width: 100%;
    height: 100%;
    padding: 30px;
  }

  .section-mg-cookie-panel .accept-cookie {
    right: 10px;
    position: absolute;
    top: 5px;
  }

  .section-mg-cookie-panel svg:not(:root) {
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
  }

  .section-mg-cookie-panel .accept-cookie a{
    text-align: center; 
    text-decoration: none; 
    
    font-size: 30px;
  }