footer {
    width: 100%;
    background-color: #231f20;
    padding: 107px 0 32px 0;
}
footer .footerInner {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer .footerHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
footer .footerHead h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
    max-width: 35%;
}
footer .footerHead .newsletter {
    max-width: 314px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
footer .footerHead .newsletter h4 {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
}
footer .footerHead .newsletter form {
    position: relative;
}

footer .footerHead .newsletter form input {
    background-color: #fff;
    color: #000;
    padding: 8px 8px 8px 24px;
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 400;
    line-height: 1.1em;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 50px;
}
footer .footerHead .newsletter form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 8px;
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 400;
    line-height: 1.1em;
}
footer .footerRow {
    display: flex;
    align-items: start;
    justify-content: start;
    width: 100%;
    gap: 80px;
    border-top: 1px solid #fff;
    padding: 25px 0 0 0;
    margin: 77px 0 0 0;
}
footer .footerRow .footerCol:first-child {
    max-width: 35%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 15px;
    padding: 33px 0 0 0 ;
}
footer .footerRow .footerCol {
    max-width: 15%;
}
footer .footerRow .footerCol:first-child p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
}
footer .footerRow .footerCol h4 {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #fff;
    line-height: 1.1em;
    margin: 0 0 37px 0;
}
footer .footerRow .footerCol ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}
footer .footerRow .footerCol ul li {
    list-style: none;
}
footer .footerRow .footerCol ul li a {
    text-decoration: none;
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
}
