.space-overview__detail__intro--title{
  color:#1c4e80;
}
.article__heading{
  color:#1c4e80;
}
.article__content h2{
  color:#0091d5;
}

footer div div:nth-child(2) ul li:nth-child(2) {
    display: none;
}
footer {
    display: flex;
    align-items: center; /* Centers the content vertically */
    height: 10vh; /* Adjust this value to the desired height */
    overflow: hidden; /* Prevents content overflow */
}

@media (max-width: 768px) {
    footer {
        height: auto; /* Allows the height to grow as needed on smaller screens */
    }
}

