.footer-top-wrap {
    grid-row-gap: 20px;

    border-bottom-width: 1px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: flex;
}


.news-container {
    margin-top: 50px;
    margin-bottom: -30px;
    display: flex;
    background-color: #FDEECE;
    padding: 36px 10% 36px 10%;
    width: 90%;
    z-index: 1;
    border-radius: 14px;
    justify-content: space-between;
    align-items: center;
}

.footer-wrapper {

    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.footer-news-title {
    color: #000;
    letter-spacing: -1px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Bariol', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 110%;
    text-decoration: none;
}

.newsletter-btn {
    height: 1em;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-pad {
    margin-top: 50px
}

.news-caption {
    font-weight: 500;
    font-size: 18px;
}

.footer-bottom-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.footer-bottom-content {
    background-color: #2C2C2B;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: flex;
    padding: 40px 15px 60px 15px;
}

.footer-bottom-content-wrap {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: flex;
    flex-direction: column;

}

.footer-signature-secondary {
    color: #999;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 160%;
    order: 3;
    text-decoration: none;
}

.footer-signature {
    margin-bottom: 1%;
    grid-column-gap: 20px;
    flex: 0 auto;
    justify-content: flex-start;
    order: 2;
    text-decoration: none;
    display: flex;
    flex-flow: wrap;
    grid-row-gap: 10px;
}

.pay-signature-secondary {
    grid-column-gap: 20px;
    flex: 0 auto;
    justify-content: flex-start;
    order: 2;
    text-decoration: none;
    display: flex;
    color: #999;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 160%;
}

.pay-wrapper {
    grid-column-gap: 20px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    order: 1;
    margin-bottom: 40px
}

.footer-bottom-link {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
    text-decoration: none;
}

@media screen and (min-width: 1700px) {
    .footer-bottom-link, .footer-signature-secondary {
        font-size: 13px;
    }
}

@media screen and (max-width: 1400px) {
    .news-container {
        flex-direction: column;
        padding-left: 8%;
        padding-right: 8%;
        gap: 25px;
        align-items: flex-start
    }

    .footer-news-title {
        font-size: 35px
    }
}

@media screen and (max-width: 1000px) {

    .news-container {
        padding-left: 7%;
        padding-right: 7%;
    }

    .footer-news-title {
        font-size: 30px
    }

    .footer-pad {
        margin-top: 40px
    }

    .footer-bottom-content {
        flex-flow: column;
    }
}

@media screen and (max-width: 800px) {
    .news-container {
        padding-left: 6%;
        padding-right: 6%;
    }

    .footer-pad {
        margin-top: 30px
    }

}

@media screen and (max-width: 650px) {
    .footer-bottom-wrap {


        align-items: flex-start;
    }

    .pay-signature-secondary {
        visibility: hidden;
        height: 0;
    }

    .footer-bottom-content-wrap {
        align-items: flex-start;
        gap: 20px
    }

    .footer-bottom-content {
        padding: 40px 15px 30px 15px;
    }

    .pay-wrapper {
        order: 3;
        margin-bottom: 0
    }

    .footer-signature {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 500px) {
    .footer-signature {
        grid-row-gap: 10px;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    .footer-bottom-content {
        padding: 40px 15px 18px 15px;
    }


}