#footer_background {
    background: #f8f2ec;
    height: auto;
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 45px;
}

.widget_title {
    font-family: 'PT Serif', Sans-Serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 21px;
    color: #222E50;
    margin-bottom: calc(var(--has-theme-content-spacing, 1)*(.3em + 10px));
}

.text_widget {
    font-family: rubik, sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    transition: .5s;
}

#left {
    padding-left: 100px;
}

a {
    text-decoration: none !important;
}

.text-matter {
    font-family: rubik, sans-serif;
    font-size: 16px;
    color: #000000;
    margin-top: 5px;
}

.anchor {
    text-decoration: none !important;
    color: #FFFFFF !important;
    transition: .5s;
}

.anchor:hover {
    color: #e6af5d !important;
    text-decoration: none !important;
}

.text_widget:hover {
    color: #222E50 !important;
    text-decoration: none !important;
}

.footer_icon {
    font-family: rubik, sans-serif;
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
}

#footer_bottom {
    background-color: #222E50;
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 18px;
    padding-bottom: 0px;
}

.text_left {
    color: #ffffff;
    font-family: rubik, sans-serif;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    #footer_background {
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #left {
        padding-left: 15px;
        font-size: 13.5px;
    }
    
    #footer_bottom {
        background-color: #000000;
        padding-right: 50px;
        padding-left: 30px;
        padding-top: 18px;
        padding-bottom: 0px;
    }
}