.core_capability_main {
  width: 100%;
  position: relative;
  z-index: 111;
}

.media .media-title {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  color: rgba(0, 0, 0, 1);
  margin: 17px 10px 12px;
}

.media-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.media-ul li {
  width: calc((100% - 5px) / 2);
  position: relative;
}

.media-ul li a {
  display: block;
  width: 100%;
  position: relative;
  line-height: 1;
}

.media-ul li a img {
  width: 100%;
}

.media-ul li .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.39);
}

.media-ul li .bottom p {
  font-size: 11px;
  line-height: 23px;
  color: rgba(255, 255, 255, 1);
  padding-left: 5px;
}