.information-banner{
  width:100%;
  margin-bottom:80px;
  background-color: #f5f5f5;
  padding:60px 0;
}
@media screen and (max-width: 768px) {
  .information-banner{
    width:100%;
    margin-bottom:45px;
    padding:15px 0;
  }
}
.information-banner__area{
  max-width:960px;
  margin:auto;
  text-align:center;
}
@media screen and (max-width: 960px) {
  .information-banner__area{
    padding:0 15px;
  }
}
@media screen and (max-width: 768px) {
  .information-banner__area{
    padding:0 15px;
  }
}
.information-banner__area a{
  display:inline-block;
  margin:auto;
  text-align:center;
  margin-bottom:30px;
}
@media screen and (max-width: 768px) {
  .information-banner__area a{
    margin-bottom:15px;
  }
}
.information-banner__area a:last-child{
  margin-bottom:0px;
}
.information-banner__area a img{
  display:block;
  margin:auto;
  text-align:center;
}