.ru .sh {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.ru-box {
  row-gap: 1.5rem;
}

.ru-box-item {
  border: 1px solid var(--green);
  padding: 2.5rem 1.2rem;
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 100%;
}

@media (min-width: 992px) {
  .ru-box-item {
    padding: 2.75rem 1.5rem 2.75rem 2.2rem;
  }
}

.ru-box-item svg path {
  fill: var(--orange);
}

.ru-box-item h3 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  color: var(--black);
}

@media (min-width: 992px) {
  .ru-box-item h3 {
    font-size: 1.625rem;
  }
}

.ru-box-item-bottom-point {
  position: relative;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.ru-box-item-bottom-point::after {
  content: '';
  position: absolute;
  background-color: var(--orange);
  width: 20px;
  height: 1px;
  bottom: 0;
}

.ru-box-item-bottom-point span:first-of-type {
  color: #454545;
  font-size: 0.875rem;
  display: block;
}

.ru-box-item-bottom-point span:last-of-type {
  color: var(--black);
  display: block;
}

.ru-box-item-bottom-point:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.ru-box-item-bottom-point:last-of-type::after {
  display: none;
}

.ru-box-item:hover {
  box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.15);
}

.ru-box .col-12:last-of-type .ru-box-item-bottom-point::after {
  content: '';
  position: absolute;
  color: var(--orange);
  bottom: -11px;
  background-color: transparent;
  background-image: url("../../images/dot.svg");
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  height: 21px;
  line-height: 0;
}
