.ucv-b4-panel {
  margin: 40px 0;
}

.ucv-b4-title {
  text-align: center;
  margin-bottom: 25px;
}

.ucv-b4-wrapper {
  text-align: center;
}

.ucv-b4-arrow-wrapper {
  margin-right: 2%;
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}

.ucv-b4-arrow {
  height: 20px;
  background: #1B7EC1;
  position: relative;
  width: 100%;
}

.ucv-b4-arrow-red {
  background: #8FCB46;
}

.ucv-b4-arrow.ucv-b4-arrow-red:before {
  border-top-color: #8FCB46;
  border-bottom-color: #8FCB46;
}

.ucv-b4-arrow.ucv-b4-arrow-red:after {
  border-left-color: #8FCB46;
}

.ucv-b4-arrow-red .ucv-b4-line {
  background: #8FCB46;
}

.ucv-b4-arrow:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  border-left: 10px solid #1B7EC1;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.ucv-b4-arrow:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid #1B7EC1;
  border-bottom: 10px solid #1B7EC1;
}

.ucv-b4-line {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 2px;
  height: 50px;
  background: #1B7EC1;
}

.ucv-b4-line:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 5px;
  height: 5px;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.ucv-b4-line-bottom {
  top: 50%;
}

.ucv-b4-line-bottom.ucv-b4-line:after {
  top: -2px;
}

.ucv-b4-text, .ucv-b4-image {
  display: table;
  width: 100%;
  height: 100px;
}

.ucv-b4-image-inner, .ucv-b4-text-inner {
  display: table-cell;
  text-align: center
}

.ucv-b4-image-inner {
  vertical-align: top;
}

.ucv-b4-image-inner.ucv-b4-image-inner-bot {
  vertical-align: bottom;
}

.ucv-b4-text-inner {
  vertical-align: middle;
}

.ucv-b4-number {
  font-size: 22px;
  color: #8FCB46;
  display: block;
  font-weight: bold;
}

.ucv-b4-numbers {
  font-size: 22px;
  color: #1B7EC1;
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 1500px) {
  .ucv-b4-arrow-wrapper {
    width: 35%;
  }
}

@media screen and (max-width: 1100px) {
  .ucv-b4-arrow-wrapper {
    width: 65%;
  }
}