.hero-banner {
  padding-bottom: 50px;
  padding-top: 10rem;
}

.hero-diag-image {
  clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0 100%);
}

.color-background {
  background: linear-gradient(67.17deg, #EBA945 17.07%, #DC4056 92.81%);
  /* clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0 100%);*/
  margin-right: -11px;
}

.hero-image {
  /*clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0 100%);*/
  margin-left: -5px;
  /*margin-top: -74px;
  margin-bottom: 52px;*/
  width: 100%;
}

.hero-text-div {
  width: 90%;
  position: absolute;
  top: 20%;
  left: 5%;
  z-index: 1;
  text-align: center;
}

.hero-title {
  color: #3A1A32;
  font-size: 32px;
}

.hero-body {
  color: #3A1A32;
  font-size: 16px;
}

.hero-diag-image .btn-cta1 {
  background: var(--avixa-eggplant, #3f1833);
  color: #fff;
}

@media (max-width: 768px) {
  .hero-text-div {
    margin-top: 30%;
    position: unset !important;
  }
  .hero-image {
    margin-left: 0px;
  }
  .image-background {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/*# sourceMappingURL=AvixaTvBanner.css.map */
