footer.special-style {
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    gap: 2rem; /* Adds space between the footer items */
}

footer p {
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0; /* Reset default paragraph margins */
}

footer .footer-logo {
    width: 269px;
    height: 107px;
    flex-shrink: 0;
}

footer .social-media {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    text-transform: lowercase;
}

footer .social-icons img {
    margin: 0 0.5rem; /* Adds some space between icons */
}
