.hr-features-number {
  width: 100%;
  height: 45px;
  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;
  max-width: 45px;
}
.hr-features-content {
  display: flex;
  column-gap: 10px;
}
.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:1400px){
  .hr-features-content h3 {
  font-size: 18px;
}
}
@media(max-width:992px){
  .hr-features-inner .row {
  row-gap: 0px;
}
.hr-features-content {
  display: flex;
  column-gap: 10px;
}
.hr-features-content h3 {
  font-size: 18px;
}
.hr-features-number {
  width: 100%;
  height: 35px;
  font-size: 18px;
  max-width: 35px;
}
}