.hero {
  padding: 100px 0 40px;
  background-color: #fafafa;
  background-size: auto 60%;
  background-position: right 100px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .hero {
    background-image: none !important;
  }
  .hero .hero-content {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .hero {
    background-size: auto calc(50vw - 50px);
    background-position: right center;
  }
}
@media (min-width: 1240px) {
  .hero {
    background-position: right 100px;
  }
}
.hero .container {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.hero-content {
  align-items: center;
  padding: 50px 0;
}

.hero-content .pre-title {
  margin: 40px 0 10px;
  font-size: 14px;
  color: var(--ntiva-button-blue);
  font-weight: 500;
}
@media (min-width: 992px) {
  .hero-content {
    padding: 100px 0;
  }
  .hero-content .pre-title {
    margin: 0 0 10px;
    font-size: 18px;
  }
}
.hero-content h1 {
  margin: 0 0 16px;
  font-size: 40px;
  /*font-size: 60px;*/
  color: #0A0A0A;
}
.hero-content h1 strong {
  color: var(--ntiva-blue);
}
.hero-bottom-content {
  max-width: 900px;
}
.hero-bottom-content h2 {
  color: var(--ntiva-blue);
}
@media (min-width: 992px) {
  .hero-content h1 {
    font-size: 74px;
    line-height: 85px;
  }
  .hero-bottom-content h2 {
    font-size: 62px;
    line-height: 86px;
  }
  .hero-bottom-content h3 {
    font-size: 30px;
    line-height: 46px;
  }
  .hero-bottom-content p {
    font-size: 20px;
    line-height: 34px;
}

.hero-content .text {
  font-size: 18px;
  line-height: 32px;
  color: #8D8D91;
  font-weight: 400;
}

@media (min-width: 992px) {
  .hero-content .text {
    max-width: 90%;
    font-size: 20px;
    line-height: 34px;
  }
}

.hero .col-right {
  position: relative
}

/* @media (min-width: 1600px) {
.hero .col-right {
background-size: initial;
}
} */

.hero-content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 20px;
  background-color: #195cdc;
  border: 1px solid #195cdc;
  box-shadow: 0px 2px 5px rgba(210, 203, 203, 0.25);
  backdrop-filter: blur(32px);
  border-radius: 8px;
  max-width: 170px;
}
.hero-content-box .number {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
}

.hero-content-box .text {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.hero-logos-list {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 998px;
  margin: 40px auto 20px;
  align-items: center;
}

.hero-logos-list li {
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
  padding: 10px 15px;
}

/*
* mobile
*/
@media (max-width: 992px) {
  .hero {
    padding: 66px 0 40px;
  }

  .hero .col-right {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    margin-top: 20px;
  }

  .hero-content-box {
    max-width: 145px;
    padding: 20px;
    flex: 0 0 145px;
  }

  .hero-logos-list li {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  } 
}

@media (min-width: 1200px) {
  .hero-content-box {
    background-color: rgba(255, 255, 255, 0.32);
    border: 1px solid #CACBD1;
    position: absolute;
  }
  .hero-content-box.pos-1 {
    top: 54px;
    left: 35px
  }

  .hero-content-box.pos-2 {
    top: 152px;
    right: 0
  }

  .hero-content-box.pos-3 {
    left: 139px;
    top: 465px;
  }

  .hero-content-box.pos-4 {
    top: 600px;
    right: 35px
  }
  .hero-content-box .number {
    color: var(--ntiva-blue);
  }
  .hero-content-box .text {
    color: #6D6D70;
  }
}

@media (min-width: 1600px) {
  .hero-content-box {
    padding: 48px 32px;
    max-width: 200px;
  }
}