.audit .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 152px 20px;
  background-image: url("../img/audit-banner.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1280 / 483;
}
@media (max-width: 1320px) {
  .audit .banner {
    padding: 100px 100px 20px;
  }
}
@media (max-width: 991px) {
  .audit .banner {
    padding: 80px 30px 20px;
  }
}
@media (max-width: 767px) {
  .audit .banner {
    padding: 50px 20px 30px;
    background-image: url("../img/audit-banner-mb.svg");
    aspect-ratio: 320 / 199;
    background-size: contain;
  }
}
.audit .banner .h2 {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 67px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .audit .banner .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .audit .banner .h2 {
    font-size: 22px;
    line-height: 24px;
  }
}
.audit .banner .filled {
  margin: 43px auto 0;
  background: #01E3F3;
  color: #000000;
  border-color: #01E3F3;
}
@media (max-width: 767px) {
  .audit .banner .filled {
    margin-top: 13px;
  }
}
.audit .banner .filled svg path {
  stroke: #000000;
}