body {
  background: rgba(246, 246, 246, 0.5);
}

.company {
  margin-top: 60px;
}

.company .row {
  margin: 0 -10px;
}

.company .row .company-item {
  margin-bottom: 20px;
  padding: 0 10px;
}

.company .item {
  display: block;
  height: 315px;
  background: #FFFFFF;
  padding: 8px;
  border-radius: 8px;
}

.company .item .company-image {
  position: relative;
  height: 100%;
  width: 100%;
}

.company .item .company-image .company-btn {
  margin-top: 18px;
  margin-left: 18px;
  display: inline-block;
  border-radius: 8px;
  padding: 5px 10px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(199, 199, 199, 0.5);
}

.company .item .company-image .company-btn a {
  color: #254B7B;
}

.company .item .company-image .company-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 69px;
  padding: 0 5px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.73) 100%);
  backdrop-filter: blur(10px);
  font-size: 22px;
  font-weight: 600;
  color: #172642;
  line-height: 69px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
