@media screen and (min-width: 992px) {
  .bg-fv, .fv-inner {
    height: 520px;
  }
  .bg-fv {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgb(93, 109, 125) 60%, rgb(93, 109, 125) 100%);
  }
  .bg-fv::after {
    width: 70%;
    background-position: 100% 95%;
  }
  .top-lg-n20px {
    top: -20px;
  }
  .box-scroll {
    overflow-x: unset !important;
  }
  .box-scroll-child {
    width: 33.33333333%;
    flex-shrink: inherit;
  }
}/*# sourceMappingURL=style.css.map */