*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:Arial, Helvetica, sans-serif;
}

.main-rajia{
  width:100%;
  padding:40px 16px;
}

.sub-div-1{
  text-align:center;
  margin-bottom:40px;
}

.header{
  font-size:34px;
}

.header span{
  color:#004788;
}

.line1{
  width:90px;
  height:2px;
  background:#004788;
  margin:8px auto 0;
}

.line2{
  width:50px;
  height:2px;
  background:#004788;
  margin:6px auto 0;
}


.sub-div-2{
  display:flex;
  flex-wrap:wrap;
  gap:30px;
  justify-content:center;
  align-items:center;
}

.student-image{
  width:400px;
}

.student-image img{
  width:100%;
  border-radius:12px;
}

.student-text{
  max-width:700px;
}

.student-text-1{
  font-size:18px;
  line-height:28px;
  margin-bottom:20px;
}

/* feature list */
.student-text-2,
.student-text-3,
.student-text-4,
.student-text-5{
  display:flex;
  align-items:center;
  border-top:2px solid #ddd;
  padding:10px 0;
  font-size:18px;
}

.right,.right-2,.right-4,.right-6{
  width:30px;
  color:#004788;
}

.right-1,.right-3,.right-5,.right-7{
  flex:1;
}

/* content blocks */
.education,
.Technology,
.Supervised,
.Collaborative{
  margin-top:40px;
  font-size:26px;
  color:#004788;
  font-weight:bold;
}

.education-text,
.Technology-text,
.Supervised-text,
.Collaborative-text{
  margin-top:10px;
  font-size:18px;
  line-height:27px;
  color:#555;
}

/* images */
.imag-box{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  justify-content:center;
  margin-top:40px;
}

.imge-box-1,
.imge-box-2,
.imge-box-3{
  width:320px;
  height:220px;
}

.imag-box img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:12px;
}


