﻿.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    background-color: var(--themeHeaderColor);
    width: 100%;
    bottom: 0;
}

.about {


    text-align: center;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    height: 18px;
    width: 177px;
    margin-top: 20px;
    margin-bottom: 40px;
    flex: none;
}

.footerLnbTitle {
    padding: 10px 0;
}

.footerLogoImg {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 30px;
}

.footerLink {
    padding: 0 5px;
}

@media (max-device-width: 769px) {
    /* For mobile phones and tablets: */
    .footer {
    }
    
    .about {
        display: none;
    }

    .eraf {
        width: 90%;
        max-width: 370px;
    }
}