/* Ödeme altyapısı bilgi kartları */
.three-payment-info-row{
  background:#f5f8fc!important;
  padding:34px 0 34px!important;
  color:#07152d!important;
}

.three-payment-info-head{
  max-width:1040px!important;
  margin:0 0 24px!important;
}

.three-payment-info-head h2{
  margin:0 0 12px!important;
  color:#07152d!important;
  font-size:clamp(28px,2.8vw,42px)!important;
  line-height:1.08!important;
  letter-spacing:-.05em!important;
  font-weight:950!important;
}

.three-payment-info-head p{
  margin:0!important;
  color:#42526b!important;
  font-size:16px!important;
  line-height:1.82!important;
  font-weight:600!important;
}

.three-payment-info-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:20px!important;
}

.three-payment-info-card{
  background:#fff!important;
  border:1px solid #dbe4ef!important;
  border-radius:18px!important;
  box-shadow:0 14px 32px rgba(15,23,42,.06)!important;
  padding:24px!important;
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:start!important;
}

.three-payment-info-card .feature-num{
  width:46px!important;
  height:46px!important;
  border-radius:12px!important;
  background:#eef4ff!important;
  color:#155eef!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:14px!important;
  font-weight:950!important;
  letter-spacing:.03em!important;
}

.three-payment-info-card h3{
  margin:0 0 10px!important;
  color:#07152d!important;
  font-size:22px!important;
  line-height:1.16!important;
  letter-spacing:-.03em!important;
  font-weight:950!important;
}

.three-payment-info-card p{
  margin:0!important;
  color:#4b5b70!important;
  font-size:15px!important;
  line-height:1.78!important;
  font-weight:600!important;
}

@media(max-width:980px){
  .three-payment-info-grid{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:640px){
  .three-payment-info-row{
    padding:28px 0!important;
  }

  .three-payment-info-head h2{
    font-size:30px!important;
  }

  .three-payment-info-head p{
    font-size:14.5px!important;
    line-height:1.72!important;
  }

  .three-payment-info-card{
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:22px!important;
  }

  .three-payment-info-card h3{
    font-size:21px!important;
  }

  .three-payment-info-card p{
    font-size:14px!important;
    line-height:1.72!important;
  }
}
