.news-letter-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}

.news-letter-content {
    flex: 1;
}

.newsletter-field-container {
    flex: 1;
}

.newsletter-field-container {
    padding: 5px;
    display: flex;
    align-items: center;
    background: #f3f3f3;
    border-radius: 50px;
    width: 350px;
    border: 2px solid #dcdcdc;
    position: relative;
}

.newsletter-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 14px;
    background: transparent;
}

.newsletter-button {
    border: none;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.footer-3-image {
    padding: 50px 0px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.footer-3-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(72, 85, 90, 0.5);
    z-index: 1;
}

.footer_content {
    position: relative;
    z-index: 2;
}

.footer-3-container ul {
    margin-top: 20px;
}

.footer-3-container ul li {
    padding: 6px 0px;
    font-size: 0.9rem;
    transition: padding 0.2s ease-in-out;
}

.links_title > span {
    position: relative;
}

.links_title > span::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 2px;
    background-color: var(--primary);
    width: 100%;
}

.contact-section ul li {
    padding: 10px 0px !important;
    display: flex;
    word-wrap: anywhere;
}

@media (max-width: 776px) {
    .all-links-container {
        gap: 20px;
    }

    .news-letter-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .news-letter-content {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .news-letter-content {
        flex: none;
    }

    .newsletter-field-container {
        flex: none;
    }
}
