:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ab8b889 */.dis-paydas-wrap{
  width:100%;
  padding:40px 18px;
  box-sizing:border-box;
  background:linear-gradient(180deg,#f7f9fc 0%, #ffffff 100%);
  font-family:Arial, Helvetica, sans-serif;
}

.dis-paydas-box{
  max-width:1180px;
  margin:0 auto;
  background:#ffffff;
  border:1px solid #e6ebf2;
  border-radius:24px;
  box-shadow:0 14px 40px rgba(17,34,68,0.08);
  padding:38px 30px;
  box-sizing:border-box;
}

.dis-paydas-head{
  text-align:center;
  margin-bottom:30px;
}

.dis-paydas-title{
  margin:0;
  font-size:32px;
  line-height:1.25;
  color:#172638;
  font-weight:700;
  letter-spacing:-0.3px;
}

.dis-paydas-desc{
  margin:12px auto 0;
  max-width:860px;
  font-size:16px;
  line-height:1.8;
  color:#5b6b7c;
}

.dis-paydas-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.dis-paydas-card{
  background:#fbfcfe;
  border:1px solid #e7edf5;
  border-radius:18px;
  padding:20px 20px 18px;
  box-sizing:border-box;
  transition:all .25s ease;
  position:relative;
  overflow:hidden;
}

.dis-paydas-card:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 24px rgba(21,42,74,0.09);
  border-color:#d6e2ef;
}

.dis-paydas-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:5px;
  height:100%;
  background:linear-gradient(180deg,#1c4e80 0%, #4f7cac 100%);
}

.dis-paydas-org{
  margin:0 0 10px 0;
  padding-left:10px;
  font-size:18px;
  line-height:1.5;
  font-weight:700;
  color:#1a2c40;
}

.dis-paydas-person{
  padding-left:10px;
  font-size:16px;
  color:#243444;
  line-height:1.7;
  margin:0;
}

.dis-paydas-person strong{
  color:#0f2740;
  font-weight:700;
}

.dis-paydas-role{
  display:inline-block;
  margin-top:8px;
  padding:7px 12px;
  background:#eef4fa;
  border:1px solid #dbe7f3;
  border-radius:999px;
  font-size:13px;
  color:#35506b;
  font-weight:600;
}

@media (max-width:900px){
  .dis-paydas-grid{
    grid-template-columns:1fr;
  }

  .dis-paydas-title{
    font-size:28px;
  }
}

@media (max-width:640px){
  .dis-paydas-wrap{
    padding:24px 12px;
  }

  .dis-paydas-box{
    padding:24px 16px;
    border-radius:18px;
  }

  .dis-paydas-title{
    font-size:24px;
  }

  .dis-paydas-desc{
    font-size:15px;
  }

  .dis-paydas-org{
    font-size:17px;
  }

  .dis-paydas-person{
    font-size:15px;
  }
}/* End custom CSS */