.indexing-container {
  text-align: center;
  margin-top: 3%;
  background-color: #ffffff;
}

.indexing-container h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #333333;
}

.indexing-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.indexing-logo {
  max-width: 200px;
  height: auto;
}

.issn-logo {
  max-width: 200px; /* smaller size */
  height: auto;
}

.ijams-indexing__header {
 background-color: rgba(37, 150, 190, 1);
  padding: 4rem 1rem;
  text-align: center;
  border-bottom: 4px solid #f1c40f;
  
}

.ijams-indexing__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.ijams-indexing__subtitle {
  font-size: 1.2rem;
  color: #e0e0e0;
}
