.footer_logos .widget_media_image, .footer_2_logos .widget_media_image { margin: 0; }
.footer_logos img { height: 80px !important; width: auto; }
.site-footer {
    background-color: #9c9b9b;
    border-top: 1px solid;
    padding: 40px 20px;
}
.footer_text { color: #fff; text-align: left; width: 50%; font-size: 12px; }
.footer_text p {font-size:12px;}
.footer_text .widget_text { margin: 0; }
.footer_2_logos img {
    width: 70px;
    height: auto;
}
.footer_2_logos { gap: 50px; }

@media only screen and (max-width: 600px) {
    .footer_text { width: 100%; text-align: center }
    .footer_logos img { height: 70px !important; }
    .footer_logos, .footer_2_logos { justify-content: center !important; margin-top: 15px; }
    .footer_2_logos img { width: 100px !important; }
}

/* IPAD LANDSCAPE */
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
    .footer_logos img { height: 80px !important; }
}