.hg-about-block{
  position:relative;
  overflow:hidden;
  padding:90px 20px;
  background:#fff8ed;
  color:#10243f;
}

.hg-about-bg{
  position:absolute;
  inset:auto -120px -160px auto;
  width:420px;
  height:420px;
  border-radius:999px;
  background:rgba(199,154,69,.22);
  filter:blur(40px);
}

.hg-about-wrap{
  position:relative;
  z-index:2;
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:center;
}

.hg-kicker{
  margin:0 0 14px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.18em;
  color:#c79a45;
}

.hg-about-left h1{
  margin:0;
  font-size:clamp(34px,4.8vw,58px);
  line-height:1.05;
  letter-spacing:-.04em;
  color:#10243f;
}

.hg-desc{
  max-width:620px;
  margin:22px 0 0;
  font-size:17px;
  line-height:1.75;
  color:#4d5b6d;
}

.hg-mini-cards{
  margin-top:28px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.hg-mini-cards div{
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.82);
  box-shadow:0 18px 45px rgba(16,36,63,.08);
  border:1px solid rgba(199,154,69,.18);
}

.hg-mini-cards span{
  display:block;
  margin-bottom:8px;
  font-size:15px;
  font-weight:800;
  color:#10243f;
}

.hg-mini-cards p{
  margin:0;
  font-size:14px;
  line-height:1.65;
  color:#617086;
}

.hg-stats{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.hg-stats div{
  padding:18px 14px;
  border-radius:20px;
  background:#10243f;
  color:#fff;
  text-align:center;
}

.hg-stats strong{
  display:block;
  font-size:28px;
  line-height:1;
  color:#fff;
}

.hg-stats small{
  display:block;
  margin-top:8px;
  font-size:12px;
  font-weight:700;
  color:rgba(255,255,255,.72);
}

.hg-about-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:28px;
  padding:15px 30px;
  border-radius:999px;
  background:#c79a45;
  color:#fff !important;
  font-weight:800;
  text-decoration:none !important;
  box-shadow:0 14px 34px rgba(199,154,69,.32);
}

.hg-about-right{
  display:grid;
  gap:16px;
}

.hg-photo{
  overflow:hidden;
  border-radius:28px;
  background:#fff;
  box-shadow:0 22px 55px rgba(16,36,63,.15);
}

.hg-photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:.45s ease;
}

.hg-photo:hover img{
  transform:scale(1.05);
}

.hg-photo-main{
  height:430px;
}

.hg-photo-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.hg-photo-row .hg-photo{
  height:190px;
}

@media(max-width:849px){
  .hg-about-block{
    padding:64px 16px;
  }

  .hg-about-wrap{
    grid-template-columns:1fr;
    gap:34px;
  }

  .hg-mini-cards,
  .hg-stats,
  .hg-photo-row{
    grid-template-columns:1fr;
  }

  .hg-photo-main{
    height:320px;
  }

  .hg-photo-row .hg-photo{
    height:220px;
  }
}