.grid {
    column-gap: 1em;
    justify-content: center;
    margin: 0 auto;
    width: fit-content;
}
.tv {
    font-size: 0.8em;
}
.tv footer {
    padding: 0;
    margin-top: 0;
    position: absolute;
    bottom: 0;
}
.conexus {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
ul {
    margin-left: 0;
    list-style: none;
    margin-bottom: 1em;
}

.map-legend__section__details{
    display: flex;
    gap: 5px;
}
.information h4 {
    margin-bottom: 0;
}
.information p {
    text-align: left;
}

.information li {
    margin-bottom: 0.2em;
}
.directory i {
    width: 25px;
    text-align: center;
}

.map-arrow {
    display: none;
}

#second-floor {
    width: 310px !important;
    margin-left: 5px !important;
    margin-right: auto !important;
}