.metrics-block {
  background-color: #010520;
  padding: 64px 20px;
  color: #fff;
}

.metrics-container {
  display: flex;
  max-width: 1308px;
  margin: 0 auto;
  border: 1px solid #ffffff4d;
  padding: 0;
  position: relative;
}

.metric-item {
  flex: 1 1 33%;
  text-align: left;
  padding: 32px 64px;
}

.metric-item:last-child {
  border-right: none;
}

.metric-value {
  font-family: "IBM Plex Sans";
  font-weight: 700;
  font-size: 80px;
  line-height: 110.00000000000001%;
}

.metric-label {
  font-family: IBM Plex Sans;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}

.metric-description {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: rgb(255 255 255 / 80%);
}

.metric-item:after {
  content: "";
  height: 100%;
  width: 1px;
  background: #ffffff4d;
  position: absolute;
  top: 0;
  right: -1px;
}

.metric-item {
  position: relative;
}

.metric-item:last-child:after {
  content: none;
}

.mtrx-left-top {
  position: absolute;
  top: -20px;
  left: -20px;
  height: 16px;
  width: 16px;
}

.mtrx-right-top {
  position: absolute;
  top: -20px;
  rotate: 90deg;
  right: -20px;
  height: 16px;
  width: 16px;
  object-fit: contain;
}

.mtrx-bottom-right {
  position: absolute;
  bottom: -20px;
  rotate: 180deg;
  right: -20px;
  height: 16px;
  width: 16px;
  object-fit: contain;
}

.mtrx-bottom-left {
  position: absolute;
  bottom: -20px;
  rotate: 270deg;
  left: -20px;
  height: 16px;
  width: 16px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .metrics-container {
    flex-direction: column;
  }

  .metric-item:after {
    width: 100%;
    height: 1px;
  }

  .metric-value {
    font-size: 40px;
  }

  .metric-item {
    padding: 30px 20px;
  }

  .metrics-block {
    padding: 64px 32px;
  }
  .metric-label
  {
      margin-bottom:14.55px;
  }
}
