.footer_bg {
    background-color: #2e0201;
    background-image: linear-gradient(to bottom, #2d0201, #160200, #080200);
    padding: 50px 20px;
    border-top: 10px solid #edb700;
}

.footer_nav ul li {
    list-style-type: none;
}

.footer_nav ul li a {
    color: #fff;
    margin: 0 30px;
    font-size: 20px;
    text-decoration: none;
}



.footer_nav ul li a:hover {
    color: rgb(72, 72, 209);
    border-bottom: 2px solid #fff;
}

.footer_adress h1 {
    font-size: 24px;
    padding: 0px;
    font-family: aller;
    font-weight: bold;
    /* line-height: 30px; */
    color: #fff;
    /* text-align: center; */
}

.footer_adress p {
    font-family: aller;
    font-size: 20px;
    line-height: 28px;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    /* text-align: center; */
}


@media(max-width:768px) {
    .footer_nav ul li a {
        font-size: 15px;
    }

    .footer_adress h1 {
        font-size: 16px;
    }

    .footer_adress p {
        font-size: 17px;
    }
}