.footer_in {

    margin: 0px auto;
    background: black;
    padding-bottom: 10px;
    box-shadow: none;
    text-shadow: none;
    color: white;
}

.footer {

	float: left;
    background: black;
    margin-top: 200px;
}

.footer_in .icon {
color: white;
}

.footer-text {
    font-size: 12px;
    font-family: system-ui;
    color: grey;
    float: left;
    /* width: 300px; */
    /* margin: 20px 100% 0px 0px; */
    line-height: 25px;
}
.footer-item-contact, .footer p {
    font-size: 12px;
    font-family: system-ui;
    float: left;
    display: block;
    width: 100%;
    margin-top: 12px;
}
.footer-column {
    float: left;
    width: 24%;
    padding: 10px;
    margin: 5% 0% 5% 0%;
}

.footer-left a {
    text-decoration: none;
    font-size: 12px;
    color: red;
    font-family: system-ui;
    float: left;
    margin-top: 15px;
    margin-right: 8%;
}

.footer-middle table, th, tr, td{
    border: none;
    border-collapse: unset;
    padding: 0;
    width: -webkit-fill-available;
    font-family: "Catamaran",sans-serif;
    margin: 0;
}
.footer-middle img {
    width: 100%;
}

