.opendata-container {
    max-width: 1200px;
    margin: auto;
    padding: 2rem;
    overflow: hidden;
}

.opendata-section { 
/*    margin-bottom: 3rem;*/
}

.links-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.link-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.link-item:hover {
    color: #fff;
}

.link-item:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.link-item-leading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.link-icon {
    height: 50px;
    aspect-ratio: 1;
}

.link-icon i {
    color: #fff !important;
}

.link-icon i:hover {
    color: #fff !important;
}

.link-icon img {
    height: 100%;
    aspect-ratio: 1;
}

.links-container {
    background-color: var(--alt-color);
    max-width: 1200px;
    margin: auto;
    padding: 2rem;
}

#opendata-content h3 {
    border-inline-start: 7px solid var(--alt-color);
    padding-inline-start: 1rem;
}

#opendata-content ul {
    padding-inline-start: 3rem;
}