.hero-boxes .full-image {
  width: 100%;
  display: flex;
  height: 900px;
}
@media (max-width: 1140px) {
  .hero-boxes .full-image {
    height: 1000px;
  }
}
.hero-boxes .full-image {
  background: url("img/hero.png");
  background-size: cover;
  background-position-y: 88%;
  position: relative;
}
.hero-boxes .full-image img {
  visibility: hidden;
  width: 100%;
}
.hero-boxes .full-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(17, 48, 69, 0.6117647059);
}
@media (max-width: 1300px) {
  .hero-boxes .full-image .overlay {
    padding: 0px 40px;
  }
}
@media (max-width: 1140px) {
  .hero-boxes .full-image .overlay .inner-row {
    align-content: center;
  }
}
.hero-boxes .full-image .overlay .inner-row .row-boxes {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 32px;
}
.hero-boxes .full-image .overlay .inner-row .row-boxes .box-item {
  width: calc((100% - 128px) / 4);
}
@media (max-width: 1300px) {
  .hero-boxes .full-image .overlay .inner-row .row-boxes .box-item {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 768px) {
  .hero-boxes .full-image .overlay .inner-row .row-boxes .box-item {
    width: calc((100% - 0px) / 1);
  }
}
.hero-boxes .full-image .overlay .inner-row .row-boxes .box-item {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  height: 258px;
  padding: 24px;
  justify-content: center;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3882352941);
  align-content: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .hero-boxes .full-image .overlay .inner-row .row-boxes .box-item {
    height: auto;
    padding: 5px;
  }
}
.hero-boxes .full-image .overlay .inner-row .row-boxes .box-item .box-title {
  color: #FFF;
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%; /* 99.2px */
  letter-spacing: -1.6px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
@media (max-width: 768px) {
  .hero-boxes .full-image .overlay .inner-row .row-boxes .box-item .box-title {
    font-size: 40px;
  }
}
.hero-boxes .full-image .overlay .inner-row .row-boxes .box-item .box-desc {
  color: #9CB4C5;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%; /* 29.76px */
  letter-spacing: -0.48px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
@media (max-width: 768px) {
  .hero-boxes .full-image .overlay .inner-row .row-boxes .box-item .box-desc {
    font-size: 16px;
  }
}
.hero-boxes .full-image .overlay .inner-row .row-boxes .box-item .box-desc p {
  margin: 0;
}
.hero-boxes .full-image .main-title {
  margin-top: 0;
  margin-bottom: 50px;
}

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