/* region Newsletter */
#footer-newsletter {
    background-color: #C8171D;
    min-height: 245px;
    padding-top: 45px;
}

#footer-newsletter h4 {
    color: white;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}

.newsletter-input {
    width: 70%;
    height: 70px;
    border-radius: 35px;
    display: flex;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1024px) {
    .newsletter-input {
        width: 100%;
    }
}

.newsletter-input input {
    width: 100%;
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
    border: none;
    text-indent: 20px;
}

.newsletter-input button {
    background-color: #F6A703;
    color: white;
    font-weight: 700;
    font-size: 18px;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
    width: 220px;
}
/* endregion */

/* region Main */
footer main {
    padding-top: 40px;
    padding-bottom: 30px;
}

footer img {
    height: 85px;
    margin-bottom: 25px;
}

footer li {
    list-style: none;
    margin-top: 10px;
}

footer a {
    font-size: 16px;
    color: #1F2937;
}

footer li img {
    width: 140px;
    height: 50px;
}
footer p {
    font-size: 14px;
    text-align: center;
}
/* endregion */
