.title{
  position: sticky;
  top: 9%;
  text-align: center;
  padding: 2%;
}
.doc1{
  width: 100%;
  height: 400px;
  position: sticky;
  top: 17%;
  background-color: white;
  margin-top: 3%;

}
.doc2{
  display: flex;
  column-gap: 2%;
  width: 90%;
  border-radius: 10%;
  margin-left: 5%;
  height: 400px;
}
.doc3{
  background-color: #1975d1;
  width: 80%;
}
.doc3 img{
  width: 80%;
  margin-left: 10%;
  border-radius: 20%;
  position: sticky;
  top: 0%;
  margin-top: 20%;

}
.doc4 h3{
  padding: 2%;
}
.doc4 p,ul li{
  margin-top: 2%;
  line-height: 1.5;
  font-size: 16px;
  text-align: justify;
  padding:0.8%;
}
.doc4 ul li{
  display: list-item;
}
.doc4{
  overflow: auto;
  width: 280%;
}
span{
  font-size: 1.5em;
color: #1975d1;
}
@media(max-width: 800px){
  .title{
    position: relative;
    top: 9%;
    text-align: center;
    padding: 2%;
  }
  .doc3{
    background-color: #1975d1;
    width: 100%;
  }
  .doc3 img{
    width: 80%;
    margin-left: 10%;
    border-radius: 20%;
    position: relative;
    margin-top: 10%;
  
  }
  .doc4{
    overflow: auto;
    width: 100%;
    height: 400px;

  }
  .doc1{
    width: 100%;
    position: relative;
    background-color: white;

  }
  .doc2{
    display: block;
    column-gap: 2%;
    width: 90%;
    border-radius: 10%;
    margin-left: 5%;
    height: 400px;
  }
  .edoc{
    margin-top: 480px;
  }
  span{
    font-size: 1em;
  color: #1975d1;
  }


}