.hero-header {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.hero-description {
  padding: 25px 125px 0px 0px;
}

.hero-description p {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 568px) {
  .hero-description p {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
 .hero-description {
    padding: 0;
  }
}
