.wp-block-cnb-linkingblock {
  display: flex;
  flex-wrap: wrap;
  background: #ECF7FD;
  border-radius: 5px;
  padding: 20px 0 0 20px;
  margin-bottom: 30px;
}
.wp-block-cnb-linkingblock .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 6 - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  height: 140px;
  background: #FFFFFF;
  border-radius: 5px;
  position: relative;
  padding-bottom: 35px;
}
.wp-block-cnb-linkingblock .item img {
  display: block;
  max-width: 90%;
  max-height: 50px;
  width: auto;
  height: auto;
}
.wp-block-cnb-linkingblock .item p {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
  color: #444444;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 0;
}
.wp-block-cnb-linkingblock .item:hover {
  box-shadow: 0px 0px 20px rgba(65, 168, 226, 0.5);
}
.wp-block-cnb-linkingblock .item:hover p {
  color: #41A8E2;
}
