button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
  padding-right: 0;
  width: 15.5rem;
  height: auto;
  display: flex;
  justify-content: end;
  margin-bottom: 1em;
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  height: 2.6rem;
  background: #9c814a;
  border-radius: 6px;
  width: 100%;
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  right: 2rem;
  width: 16px;
  height: 16px;
  background: none;
  transform: translate(1.7rem, -0.4rem) rotate(0deg);
  /* background: #fff; */
}

button.learn-more .circle .icon.arrow.scdnBtn {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  right: 2rem;
  width: 16px;
  height: 16px;
  background: none;
  transform: translate(2.4rem, -0.4rem) rotate(0deg);
  /* background: #fff; */
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  /* content: ""; */
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(0deg);
}

button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: -1px;
  left: 0;
  right: 2em;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0.05rem 0 0.25rem;
  color: white;
  line-height: 1.6;
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
button:hover .circle {
  width: 48px;
}

.underline {
  text-decoration: underline !important;
}

/* button:hover .knowUsText {
  text-decoration: underline !important;
} */

button:hover .circle .icon.arrow {
  transform: rotate(45deg) translate(0.3rem, -0.9rem);
}

button:hover .circle .icon.arrow.scdnBtn {
  transform: rotate(45deg) translate(0.3rem, -0.9rem);
}
/* MOBILE HOVER */
@media screen and (max-width: 768px) {
  button:hover .circle .icon.arrow.scdnBtn {
    transform: rotate(45deg) translate(1.7rem, -2.1rem);
  }
}

button:hover .button-text {
  color: #fff;
}

.justArriowRotate:hover .blackArrow img {
  transform: rotate(45deg) !important;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.blackArrow img {
  height: 15px;
  width: 15px;
  margin-bottom: 2px;
}

.knowUsText {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 21.94px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.justArriowRotate {
  padding-top: 1.5em;
}
