.footer-single-widget .copyright-text p {
    font-size: 16px;
    color: #888888;
    font-weight: 400;
}

.footer-nav-container nav ul li a {
    font-size: 16px;
    color: #888888;
    font-weight: 400;
}

.footer-nav-container nav ul li a:hover {
    color: black;
}

.footer-single-widget h5.widget-title {
    color: black;
}

.footer-social-links ul li a {
    padding-left: 0px;
}

.footer-nav-container nav ul li a {
    display: flex;
    align-items: center;
    line-height: 24.5px;
}

.footer-social-links nav ul li a img {
    padding: 0px 15px 0px 3px;
}

.subscription-subtitle {
    width: 500px;
    font-size: 16px;
    font-weight: 400;
    color: #888888;
}

.footer-subscription-widget .subscription-form input {
    border-bottom: 1px solid #888888 !important;
    font-weight: 400;
    font-size: 16px;
    color: black;
    padding-left: 0.5rem;
}

::placeholder {
    color: #888888;
    padding-left: 0.1rem;
}

.footer-subscription-widget .footer-subscription-title {
    color: black;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

.footer-nav-container nav ul li {
    width: fit-content;
}

.footer-container {
    padding: 76px 64px 114px 64px;
}

.footer-content>div {
    column-gap: 50px;
    row-gap: 60px;
}

@media (max-width: 1200px) {
    .subscription-subtitle {
        width: auto;
    }
}