.jg-industries-62572423 {
  --jg-blue-62572423: #0b2347;
  --jg-blue2-62572423: #17386d;
  --jg-gold-62572423: #d6b05d;
  --jg-light-62572423: #f7f8fc;
  
  padding: 90px 30px;
  background: #fff;
  position: relative;
  overflow: hidden;
  font-family: inherit;
}

.jg-industries-62572423:before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, var(--jg-gold-62572423) 0%, transparent 70%);
  opacity: .07;
  top: -150px;
  left: -150px;
}

.jg-industries-62572423:after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, var(--jg-blue-62572423) 0%, transparent 70%);
  opacity: .05;
  bottom: -120px;
  right: -120px;
}

.jg-head-62572423 {
  max-width: 850px;
  margin: 0 auto 70px;
  position: relative;
  z-index: 2;
}

.jg-head-62572423 .jg-tag-62572423 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--jg-blue-62572423);
}

.jg-head-62572423 .jg-tag-icon-62572423 i {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(214, 176, 93, .12);
  color: var(--jg-gold-62572423);
  font-size: 15px;
  transition: .35s;
}

.jg-head-62572423:hover .jg-tag-icon-62572423 i {
  background: var(--jg-gold-62572423);
  color: #fff;
  transform: rotate(15deg);
}

.jg-head-62572423 h2 {
  margin: 0;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1px;
  color: var(--jg-blue-62572423);
}

.jg-head-62572423 p {
  margin-top: 22px;
  max-width: 700px;
  font-size: 17px;
  line-height: 1.9;
  color: #667085;
}

.jg-grid-62572423 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  position: relative;
  z-index: 2;
}

.jg-card-62572423 {
  background: #fff;
  border: 1px solid rgba(11, 35, 71, .08);
  border-radius: 18px;
  padding: 28px;
  position: relative;
  transition: .4s;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.jg-card-62572423:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(var(--jg-gold-62572423), #f7d98c);
  transition: .4s;
}

.jg-card-62572423:hover {
  transform: translateY(-10px);
  background: var(--jg-blue-62572423);
  box-shadow: 0 25px 45px rgba(11, 35, 71, .18);
}

.jg-card-62572423:hover:before {
  width: 100%;
  opacity: .08;
}

.jg-icon-62572423 {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(214, 176, 93, .12);
  color: var(--jg-gold-62572423);
  font-size: 26px;
  margin-bottom: 20px;
  transition: .4s;
}

.jg-icon-62572423 svg,
.jg-icon-62572423 i {
  width: 26px;
  height: 26px;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jg-card-62572423:hover .jg-icon-62572423 {
  background: var(--jg-gold-62572423);
  color: var(--jg-blue-62572423);
  transform: rotate(-8deg) scale(1.08);
}

.jg-card-62572423 h3 {
  margin: 0;
  font-size: 20px;
  color: var(--jg-blue-62572423);
  transition: .4s;
}

.jg-card-62572423:hover h3 {
  color: #fff;
}

@media(max-width: 991px) {
  .jg-head-62572423 h2 {
    font-size: 42px;
  }
}

@media(max-width: 767px) {
  .jg-industries-62572423 {
    padding: 70px 20px;
  }
  .jg-head-62572423 {
    text-align: center;
  }
  .jg-head-62572423 .jg-tag-62572423 {
    justify-content: center;
  }
  .jg-head-62572423 h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .jg-head-62572423 p {
    font-size: 15px;
  }
}
