.sus-page-parent {
  height:400px;
  width:30%;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.sus-page-parent a {
  width:80%;
  height:80%;
  background-color:#fff;
  padding:30px;
}

.sus-page-parent h4 {
  color:#1e4c31;
  {#font-family:GTPressura-Bold; #}
  text-align:center;
  text-transform:uppercase;
}

@media (max-width:768px) {
  .sus-page-parent {
    height:250px;
    width:100%;
  }
  #sus-pages-parent {
    flex-direction:column;
  }
}