#Building-Images-Container {
    display: flex;
    justify-content: center;
}

#Building-Images {
    width: 70%;

    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#Building-Images img {
    border-radius: 5px;
}

@media (max-width: 56rem) {
    #Building-Images {
        width: 100%;
        gap: 1rem;
        flex-direction: column;
    }

    #Building-Images img {
        width: 95%;
        height: auto;
    }
}
