.top-down-arrow {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top-down-arrow {
    display: none;
  }
}
.top-down-arrow a svg {
  width: 39px;
  height: 21px;
}
