.cookie-consent{
    position: fixed;
  bottom: 8px;
  left: 20px;
  width: 26em;
  padding-top: 7px;
  height: auto;
  color: #fff;
  
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  background: #292929;
  z-index: 120;
  cursor: pointer;
  border-radius: 3px;
  }
  
  .allow-button{
        height: 20px;
      width: 104px;
      color: #fff;
      font-size: 12px;
      line-height: 10px;
      border-radius: 3px;
      border: 1px solid green;
      background-color: green;
  }

  @media (max-width:768px) {
    .cookie-consent{
      width: 90%;
      }
}