.publications-container{
  padding: 360px 0px 80px;
  margin: -312px 0px 0px;
  background-color: #FCF8F5 !important;
}

.title1_2
{
   margin-bottom: 50px !important;
}

.text{
  margin-top: -22px !important;
  margin-right: 50px !important;
}
hr
{
    border-top: 1px solid #A5A5A5;
}
.img_publications
{
    width: 90%;
    margin: auto;
    object-fit: contain;
}
.title_publications{
    font-size: 15px;
    color: #AE9207;
    font-weight: 500;
    margin: 10px 0px 10px;
}
.button_div{
    margin-bottom: 30px;
}

.img_coverAlign{
  align-self: baseline;
  margin-top: 50px;
}

@media screen and (max-width: 767px){
  .publications-container{
    margin: -150px 0px 0px;
  }
  .img_publications{
    width: initial;
    height: 200px;
  }
  .text{
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 575px){
  .img_coverAlign{
    margin-top: 0px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }

  .img_publications {
    width: 40%;
    height: none;
  }
  .button_div{
    margin-bottom: 30px;
    justify-content: center;
    display: flex;
  }
  .title2_1, .link_publication {
    text-align: center;
  }
  .mt_publicationD{
    margin-top: 25px;
  }

}

@media screen and (max-width: 375px){
  .title1_2{
    font-size: 25px !important;
    /* word-break: break-all; */
  }
}
