.container-3 {
    position: relative;
    width: 100dvw;
    height: 90dvh;
    /* background-color: green; */
    display: flex;
    align-items: center;
    justify-content: center;
  
    line-height: 1.5;
    gap: 100px;
  
    margin-top: 25px;

}

/* .thirdpage-content {

} */
.publication-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0.8rem;
}

.publication-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 87dvw;

    font-size: 30px;

    list-style-position: inside;
}

.publication-list ol li {
    padding-bottom: 0.8rem;
}

@media only screen and (max-width: 1441px) {
    
    .publication-title {
        font-size: 30px;
    }
    
    .publication-list {
        gap: 10px;
    
        font-size: 20px;
    }
  }

  @media only screen and (max-width: 1050px) {
    
    .publication-title {
        font-size: 20px;
    }
    
    .publication-list {
        gap: 10px;
    
        font-size: 17px;
    }
  }
  
  @media only screen and (max-width: 700px) {
    .publication-title {
        font-size: 20px;
    }
    
    .publication-list {
        gap: 10px;
    
        font-size: 17px;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .container-3{
        margin-top: 10px;
    }
    .publication-title {
        font-size: 20px;
    }
    
    .publication-list {
        gap: 10px;
    
        font-size: 17px;
    }
  }




  @media screen and (max-height: 350px) {
    .container-3 {
      transform: scale(0.8);
      margin-top: 2px;
    }
  }
  
  @media screen and (max-height: 300px) {
    .container-3 {
      transform: scale(0.7);
      margin-top: 2px;
    }
  }