.bun-link {
  text-decoration: none;
  color: #fff;
  transition: all 0.8s;
}

.bun-link:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.floating-bun {
  background: rgba(76, 196, 59, 0.78);
  width: 100%;
  position: fixed;
  bottom: 0;
}

.floating-bun__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 45%;
  margin: 0 auto;
  padding: 8px;
}

.floating-bun__left {
  width: 16%;
}

.floating-bun__right {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 82%;
  padding-top: 10px;
}

/* .floating-bun__right > p {
  width: 50%;
} */

@media screen and (max-width: 991.98px) {
  .floating-bun__wrap {
    width: 100%;
    justify-content: space-evenly;
  }
  .floating-bun__left {
    width: 30%;
  }
  .floating-bun__right {
    display: block;
    width: 58%;
    text-align: center;
  }
  .floating-bun__right > p {
    width: 100%;
  }
}
