.publications {
  display: flex;
  flex-direction: column;
  height:140vh;
}

.section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0px 30px;
  gap: 20px;

}

.section p {
  font-size: 21px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.2;
}

.section ul {
  list-style: none;
}

.publications img {
  height: 30%;
  width: 100%;
  filter: drop-shadow(-2px -2px 10px rgba(0, 0, 0, 0.952));
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.952));
  object-fit: contain;


}

.publications h2 {
  font-size: 2.5rem;
  font-weight: 900;
  height: 10%;
}

.publications span {
  font-size: 21px;
  font-weight: 700;
}

.publications ul li {
  font-size: 17px;
}



.section ul {
  list-style: none;
 
}

.section ul li {
  font-size: 20px;
  text-decoration: none;
}
@media (min-width:600px) and (max-width:1000px){
.section p {
    font-size: 18px;
    line-height: 1.1;
  }
  .publications img {
    height: 30%;
    margin-top: 40px;
    filter: drop-shadow(-2px -2px 10px rgba(0, 0, 0, 0.952));
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.952));
  }
  .publications h2 {
    font-size: 2.2rem;
    padding-bottom: 10px;
    padding-top: 10px;
  }
.publications ul li {
  font-size: 17px;
}
}
@media (min-width:200px) and (max-width:600px){
  .publications {
    
    height: 100%;
  }
  
  .section p {
      font-size: 13px;
      line-height: 1.2;
      width: 100%;
    }
    .publications img {
      height: 25%;
      margin-top: 40px;
      filter: drop-shadow(-2px -2px 10px rgba(0, 0, 0, 0.952));
      filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.952));
    }
    .publications h2 {
      font-size: 2.2rem;
      padding-bottom: 10px;
      padding-top: 10px;
    }
  .publications ul li {
    font-size: 11px;
    width: 100%;
    font-weight: 700;
  }
  }
 