footer {
    color: #fff;
    padding: 20px 0;
    text-align: center;
    bottom: 0;
    position: static;    
    margin-top: 50px;
}

.footer-container {
    margin: 0 auto;
    padding: 0 15px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-top p {
    font-size: calc(8.84vw - 2px);
    line-height: 1;
    white-space: nowrap;
    border-bottom: 2px solid #fff;
    margin: 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 10px 2.4% 0 2.4%;
    width: 100%;
    font-family: "Archivo", "Archivo Placeholder", sans-serif;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

footer hr {
    width: 80%;
    border: 0.5px solid #fff;
    margin: 10px auto;
}

.contact-btn {
    background-color: transparent;
    border: 1px solid rgb(163, 163, 163);
    text-transform: uppercase;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    align-content: center;
    height: 72px;
    width: auto;
}

.contact-btn:hover {
    background-color: rgb(163, 163, 163);
    color: #000;
}

.contact-btn.composite {
    width: auto;
}

.mobile-nav ul li .contact-btn.composite {
    border: none; 
}
