.mg-pconf{padding:16px 0 0}
.mg-pconf__inner{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#f8faf9;border-radius:14px;border:1px solid #eef1f3;overflow:hidden}
.mg-pconf__item{display:flex;align-items:center;justify-content:center;gap:12px;padding:18px 20px;font-size:14px;color:#3a4a5c;line-height:1.5;border-bottom:1px solid #eef1f3;text-align:center}
.mg-pconf__item:nth-child(odd){border-right:1px solid #eef1f3}
.mg-pconf__item:nth-last-child(-n+2){border-bottom:none}
.mg-pconf__icon{flex-shrink:0;width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#e8f5e9;border-radius:10px}
.mg-pconf__icon svg{width:20px;height:20px}
.mg-pconf__item strong{color:#0a1628;font-weight:700}
.mg-pconf__item a{color:#2d8c3c;font-weight:600;text-decoration:none}
.mg-pconf__item a:hover{text-decoration:underline}
@media(max-width:768px){
  .mg-pconf__inner{grid-template-columns:1fr}
  .mg-pconf__item:nth-child(odd){border-right:none}
  .mg-pconf__item{border-bottom:1px solid #eef1f3}
  .mg-pconf__item:last-child{border-bottom:none}
}
