ul.footer-corporate-link > li:nth-child(6) > a {
  padding-left: 7px;
}

@media screen and (min-width: 769px) {
  .cols-fixed-w210.clearfix {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 350px;
  }
}

@media screen and (min-width: 769px) {
  .row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 240px;
  }
}

@media screen and (max-width: 768px) {
  .main .mediaBox-reversed-floated {
    display: flex;
    flex-direction: column;
  }

  .main .mediaBox-reversed-floated .text {
    order: 1;
    width: 100%;
  }
  .main .mediaBox-reversed-floated .media {
    order: 2;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}


