#footer {
    background-color: #d5c28a;
    padding: 60px 0 30px;
    text-align: center;
    color: #2d3c69;
}

#footer .footerInner {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

#footer .footerInner .footerInnerRow1 {
    border-bottom: 1px solid #0000008c;
    padding: 0 0 20px;
}

#footer .footerInner .footerInnerRow1 img {
    width: 300px;
}

#footer .footerInner .footerInnerRow2 {
    padding: 30px 0 0;
}

#footer .footerInner .footerInnerRow2 span span {
    font-family: "Playfair Display";
    color: #2d3c69;
    font-size: 24px;
    font-weight: 600;
    padding: 0 40px;
}

#footer .footerInner .footerInnerRow2 span span a {
    color: #2d3c69;
    text-decoration: none;
}

#footer .footerInner .footerInnerRow2 p {
    margin-top: 60px;
    font-family: "poppins";
}

@media (max-width: 480px) {
    .footerInnerRow2 .footerInnerRow2MenuList {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    #footer .footerInner .footerInnerRow2 span span {
        font-size: 18px;
        padding: 0 25px;
    }
}
