.topBnr {
  list-style: none;
  display: flex;
  margin-bottom: 10px;
}
.topBnr li {
  margin-right: 10px;
}
.topBnr li:nth-child(4) {
  margin-right: 0;
}
.mb60 {
  margin-bottom: 60px;
}