/* Heading Customization */
.heading-featured:after {
  content: "";
  display: flex;
  width: 60%;
  height: 0.1px;
  background: var(--secondary);
}
/* Scroll Button */
.button-scroll {
  width: 3rem;
  height: 5rem;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  outline: 2px solid var(--shade-white);
  box-shadow: 0px 0px 10px #697fff;
  position: relative;
}
.scroll {
  width: 0.5rem;
  height: 1rem;
  border-radius: 1rem;
  background-color: var(--secondary);
  box-shadow: 0px 0px 10px #697fff;
  animation: scroll_4013 2s linear infinite;
  transform: translateY(40%);
}
@keyframes scroll_4013 {
  0% {
    transform: translateY(40%);
  }
  50% {
    transform: translateY(90%);
  }
}
.ff_t_c {
  /* Cards */
  /* Forms */
  font-size: var(--text-xs);
}
