.arrow_down_module {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2em; }
  .arrow_down_module svg {
    height: 30px;
    margin: 0 auto; }
