.footer {
    /* background: #2f323d; */
    color: #fff;
    padding: 56px 0 10px 0;
    /* margin-top: 50px; */
    display: inline-block;
    width: 100%;
    font-weight: 400;
}
p{
    line-height: 26px;
}
.footer h1 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: 'Fjalla One', sans-serif;
}

.footer_info {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.footer_info_item {
    color: #0c0c0c;
}

.footer_info_item address {
    margin-bottom: 4px;
}

.footer_info_item address a {
    color: #6a6a6a;
    font-size: 12px;
}

.footer_info_item p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #6a6a6a;
}

.footer .footer_info_item {
    width: 50%;
}

.footer .footer_info_item h1 {
    font-size: 19px;
}

.footer .footer_info_item address {
    margin-bottom: 4px;
}

/* .footer .container .row {
    border-bottom: 1px solid #6a6a6a40;
} */

.foot_p {
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
}

.footer .foot_color {
    /* color: rgba(255, 255, 255, .6); */
    color: #6a6a6a;
}

.footer .foot_p {
    font-size: 12px;
    text-align: center;
    display: block;
    margin-top: 40px;
}

.footer .foot_img {
    width: 50px;
}

.footer .foot_a {
    display: inline-block;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
}

@media (max-width: 480px) {
    .footer {
        color: #fff;
        padding: 10px 0 10px 0;
        display: inline-block;
        width: 100%;
        font-weight: 400;
    }
    .footer_info {
        flex-wrap: wrap;
    }

    .footer h1 {
        margin-bottom: 10px;
    }

    .footer .footer_info_item {
        margin-top: 30px;
    }

    /* .footer .footer_info_item h1 {
        text-align: center;
    }

    .footer_info_item p {
        text-align: center;
    } */
    .footer .foot_p {
        font-size: 12px;
        text-align: center;
        display: block;
        margin-top: 25px;
    }
    .footer .foot_img {
        width: 35px;
    }
}
