#co2-offset-section .button-menu {
    position: relative;
    padding: 24px 34px;
    background-color: transparent;
    font-family: 'Inter';
    color: #000;
    border: solid 1px #000;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }
  
#co2-offset-section .button-menu .button-text {
    position: relative;
    z-index: 2;
  }
  
/* #co2-offset-section .button-menu .fill-container {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding-bottom: 100%;
    transform: translateY(-50%) rotate(180deg);
  }
  
#co2-offset-section .button-menu .fill-container::after {
    content: '';
    position: absolute;
    left: -10%;
    top: -10%;
    width: 120%;
    height: 120%;
    background-color: #222;
    border-radius: 50%;
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(-100%);
  } */