.journal-indexing {
    text-align: center;
    margin-top: 20px;
}

.indexing-logos {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 10px;
}

.index-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.index-item img {
    height: 40px;
    transition: transform 0.3s ease-in-out;
}

.index-item img:hover {
    transform: scale(1.1);
}

.index-item span {
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
