.main-footer {
    background: #F5F5F5;
    padding: 80px 0;
}
.footer_logo img {
    max-width: 70%;
    margin-bottom: 20px;
}
.main-footer p {
    text-align: justify;
}
.main-footer .footer_link {
    margin-left: 60px;
}
.main-footer .footer_link.footer_email {
    margin-left: 0;
}
.footer_link ul {
    list-style: none;
    padding: 0;
}
.footer_link ul li span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
.footer_link ul li a {
    color: #000;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 2.5;
    text-transform: capitalize;
}
.bottom-footer .container {
    border-top: 1px solid #000;
    padding: 20px 0;
}
.bottom-footer_socials ul {
    list-style: none;
    display: flex;
    float: right;
    margin: 0;
}
.bottom-footer_socials ul li a svg {
    width: 20px;
    height: 20px;
    fill: #000;
}
.bottom-footer {
    background: #F5F5F5;
}
.bottom-footer_text p {
    color: #000;
    margin: 0;
}
.bottom-footer_socials ul li a {
    margin: 10px;
}
.footer_link form .email {
    padding: 10px 15px;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    outline: none;
}
.footer_link form .submit {
    padding: 5px 10px;
    background: #000;
    color: #fff;
    border: none;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .bottom-footer {
        text-align: center;
    }
    .bottom-footer_text {
        margin-bottom: 20px;
    }
    .bottom-footer_socials {
        margin: auto;
        display: inline-block;
    }
}
@media screen and (max-width: 991px) {
    .footer_logo img {
        max-width: 40%;
        margin-bottom: 30px;
    }
    .main-footer .footer_link {
        margin-left: 0;
    }
}
