
.hr-features-number {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  background: var(--color-3);
  color: #fff;
}
.hr-features-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 7px;
  color: #0d0c17;
}
.hr-features-wapper .row {
  row-gap: 20px;
}
.hr-features-left img {
  width: 100%;
}
@media(max-width:992px){
  .hr-features-inner .row {
  row-gap: 30px;
}
}