.contact_grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.contact_card{
  background: linear-gradient(180deg, rgba(174,148,115,.08) 0%, rgba(0,0,0,.35) 100%);
  border:1px solid rgba(174,148,115,.35);
  border-radius:10px;
  padding:24px 20px;
  text-align:center;
  box-shadow:
    inset 0 0 40px rgba(174,148,115,.08),
    0 8px 30px rgba(0,0,0,.45);
  transition:.25s ease;
}

.contact_card:hover{
  transform:translateY(-4px);
  box-shadow:
    inset 0 0 40px rgba(174,148,115,.12),
    0 16px 40px rgba(0,0,0,.65),
    0 0 14px rgba(174,148,115,.25);
}

.contact_card img{
  width:120px;
  height:auto;
  border-radius:20px;
}

.contact_title{
  margin-top:12px;
  font-weight:800;
  color:#e9d7a6;
}

.contact_desc{
  font-size:14px;
  color:#d7d7d7;
  margin-top:4px;
}

.contact_btn{
  display:inline-block;
  margin-top:12px;
  padding:8px 16px;
  border-radius:6px;
  background:linear-gradient(to bottom,#f3d48c,#AE9473);
  color:#1a1a1a;
  font-weight:700;
  text-decoration:none;
}

.img_class1 {
    background: url('https://assets.playnccdn.com/gamedata/powerbook/lineage/bcda95b3f3c2ec8133a235a5.jpg') top / cover no-repeat; 
    border-radius: 100%; border: 0.4vh solid #e9d7a6; display: flex; height: 100%; transition: 0.5s; width: 100%;
  }
  .img_class2 {
    background: url('	https://assets.playnccdn.com/gamedata/powerbook/lineage/5ab1f747b252d0f02d30eff1.jpg') top / cover no-repeat; 
    border-radius: 100%; border: 0.4vh solid #e9d7a6; display: flex; height: 100%; transition: 0.5s; width: 100%;
  }
  .img_class3 {
    background: url('	https://assets.playnccdn.com/gamedata/powerbook/lineage/0a53fac1c81d6aa369faa66d.jpg') top / cover no-repeat; 
    border-radius: 100%; border: 0.4vh solid #e9d7a6; display: flex; height: 100%; transition: 0.5s; width: 100%;
  }
  .img_class4 {
    background: url('	https://assets.playnccdn.com/gamedata/powerbook/lineage/21b74136958126953996d683.jpg') top / cover no-repeat; 
    border-radius: 100%; border: 0.4vh solid #e9d7a6; display: flex; height: 100%; transition: 0.5s; width: 100%;
  }
  .img_class5 {
    background: url('	https://imgfiles-cdn.plaync.com/file/LineageM/download/20220111114916-mW094zu3R2jMAgusMuU00-v4') top / cover no-repeat; 
    border-radius: 100%; border: 0.4vh solid #e9d7a6; display: flex; height: 100%; transition: 0.5s; width: 100%;
  }
.img_class6 {
    background: url('	https://imgfiles-cdn.plaync.com/file/LineageM/download/20220114175126-x1I1byyrvGeW4Dg2t2zt0-v4') top / cover no-repeat; 
    border-radius: 100%; border: 0.4vh solid #e9d7a6; display: flex; height: 100%; transition: 0.5s; width: 100%;
  }