@charset "utf-8";


.tag-wrap {
    position: absolute;
    bottom: 0;
    height: 20%;
    width: 100%;
    /* padding: 2rem; */
    background-color: #097a9140;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tag-wrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .tag-wrap ul li { margin: 0 5px; }
  .tag-wrap ul li a { font-size: 1rem; color: #fff !important; padding-bottom: 3px; border-bottom: 1px solid #d2d2c0; }
  .tag-wrap ul li a:hover { border-bottom-color: #fff; padding-bottom: 3px; }


  .tag-wrap-2 {
    position: absolute;
    bottom: 0;
    height: 20%;
    width: 100%;
    /* padding: 2rem; */
    background-color: #62380d7d;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tag-wrap-2 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .tag-wrap-2 ul li { margin: 0 5px; }
  .tag-wrap-2 ul li a { font-size: 1rem; color: #fff !important; padding-bottom: 3px; border-bottom: 1px solid #d2d2c0; }
  .tag-wrap-2 ul li a:hover { border-bottom-color: #fff; padding-bottom: 3px; }