.container {
  margin: 2px 40px;
}

.imprintLogo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  padding: 10px 0;
}

/* Jan-Feb 2024 advertisement heading */

.heading {
  font-size: 18px;
  margin-bottom: 10px;
  color: #25408f;
  text-align: center;
  padding-top: 5px;
}

.alladverisement {
  margin: 20px 8px;
  line-height: 1.4;
}


.ad-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}

.ad-box {
  width: 200px; 
  border: 1px solid #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.ad-box img {
  width: 100%; 
  height: 250px; 
  object-fit: cover; 
  display: block;
  padding: 5px;
}

figcaption {
  font-size: 14px; 
  color: #333; 
  font-weight: bold;
  text-align: center; 
}
/*responisve*/

@media (max-width: 480px){
  .heading{
    font-size: 20px;
    text-align: left;

  }
}

@media (max-width: 400px) {
  
  
}

@media (max-width: 320px) {
  
  }
