#step1 .inner ._cards ._card1,
#step1 .inner ._cards ._card2
{

  transition: .5s all;
}

#step1 .inner ._cards:hover ._card2 {
  left: -6.5%;
}
#step1 .inner ._cards:hover ._card1 {
  right: -6.5%;
}


#step4 .inner ._buttons ._button button.blue:hover,
#step4 .inner ._buttons ._button button:hover,
#step1 .inner ._buttons ._button button.blue:hover,
#step1 .inner ._buttons ._button button:hover
{
  background-color: #0e3053;
  color: #fff;
}

@media(max-width: 1024px){
  #step5 .inner ._footer {
      padding: 2.5% 0 18.5%;
  }
}