.footer-lower {
    padding: 30px 0 15px 65px;
}

.footer.content .newsletter-container,
.footer.content .block {
    float: left !important;
}

.footer.content .row.footer-row.upper,
.footer.content .row.footer-row.lower {
    padding: 0 55px;
}
.action.subscribe.secondary {
    display: block;
    width: 100%;
    height: 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    border: #f0553f;
    background-color: #f0553f;
    color: #ffffff;
}

div.newsletter-signup div.newsletter-container {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    background-color: rgb(248, 243, 249);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border-style: none;
    border-width: 1px;
    border-radius: 0px;
    margin: 0px;
    padding: 45px 60px;
    margin-bottom: 45px;
}

.newsletter-signup h6 {
    color: #6ac4e5;
}

.newsletter-signup span {
    font-size: 18px;
    font-weight: 500;
}

.newsletter .actions .action.subscribe.primary {
    border: #f0553f;
    background-color: #f0553f;
    color: #ffffff;
}
.newsletter .actions .action.subscribe.primary {
    display: block;
    width: 100%;
    height: 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    border: #f0553f;
    background-color: #f0553f;
    color: #ffffff;
    padding: 0px 40px !important;
}
