section.next-part a {
  text-decoration: none;
  color: var(--black);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 63.9375em) {
  section.next-part a {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
section.next-part a:hover .arrow {
  -webkit-transform: rotate(180deg) rotate(-15deg);
          transform: rotate(180deg) rotate(-15deg);
  background: transparent !important;
  border-color: var(--black) !important;
}
section.next-part a:hover .arrow::after {
  background: var(--black);
}
@media screen and (max-width: 63.9375em) {
  section.next-part a {
    text-align: center;
  }
}
@media screen and (max-width: 63.9375em) {
  section.next-part .arrow-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.next-part .arrow {
  height: 80px;
  width: 80px;
  background: var(--black) !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-radius: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 2px solid var(--chapter-color);
}
section.next-part .arrow::after {
  width: 45px;
  height: 30px;
  background: var(--chapter-color);
}