/* ==========================================================================
   #Base Grid
   ========================================================================== */

#logo {
    min-width: 300px;
}

.last img {
    width: 80%;
}

.last {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer-bottom-widget-area-2 {
    text-align: right;
}

/* ==========================================================================
   #Mobile (Portrait and Landscape )
   ========================================================================== */

@media (max-width: 767px) {

    .logo-center {
        display: flex;
        justify-content: center;
    }


    #logo {
        min-width: 150px;
        width: 200px;
        margin: 10px 0;
    }

    #footer-bottom-widget-area-2 {
        text-align: center;
    }

    #footer-bottom-widgets {
        padding: 0;
    }

}

@media (max-width: 430px) {
    #footer-bottom-widget-area-2 {
        font-size: 10px;
    }
}