.hr-business {
  position: relative;
}
.hr-business-inner {
  background-color: #0d0c17;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.business-shape-top {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.business-shape-bottom {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
 .hr-about-img img {
  width: 100%;
}
@media(max-width:575px){

.hr-hero-banner-head h1 {
  font-size: 22px;
}
}