.elfy-wsg-wrap{
  padding: 40px 0;
}

.elfy-wsg-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.elfy-wsg-box{
  border-radius: 24px;
  padding: 38px 50px;
}

.elfy-wsg-title{
  font-family: "Instrument Serif", serif !important;
  font-size: 44px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 26px;
  line-height: 1.1;
}

.elfy-wsg-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: center;
}

.elfy-wsg-item{
  display: flex;
  align-items: center;
  gap: 14px;
}

.elfy-wsg-icon{
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
}

.elfy-wsg-icon i{
  font-size: 18px;
  line-height: 1;
}

.elfy-wsg-icon svg{
  width: 18px;
  height: 18px;
}

.elfy-wsg-item-title{
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
}

.elfy-wsg-item-desc{
  font-size: 12px;
  opacity: 0.85;
  line-height: 1.35;
}

/* Tablet / Mobile */
@media (max-width: 1024px){
  .elfy-wsg-box{ padding: 30px 26px; }
  .elfy-wsg-grid{ grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 767px){
  .elfy-wsg-title{ font-size: 34px; }
}
