.banner img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
#publication-container {
  font-family: "Times New Roman";
  min-height: 800px;
}
#publication-container .row-start-center {
  margin-bottom: 48px;
}
#publication-container h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
  color: #1a1a1a;
}
#publication-container .fl {
  display: flex;
}
#publication-container h1 {
  margin-right: 20px;
  color: #667085;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  transition-delay: 0.3s;
}
#publication-container img {
  max-width: 250px;
  object-fit: cover;
  max-height: 200px;
}
#publication-container .link {
  display: inline-block;
}
.footer {
  position: relative!important;
}
.footer-ql {
  display: none;
}

