﻿.site-footer {
    background-color: #222222;
    color: white;
    padding-top: 30px;
}
.site-footer h4 {
    display: inline-block;
    border-bottom: 1px solid white;
    height: 22px;
    margin-bottom: 20px;
    font-weight: 200;
}
.site-footer ul {
    display: block;
}
.site-footer li {
    list-style: none;
    font-weight: 100;
    margin-bottom: 8px;
    font-size: 12px;
}
.site-footer p {
    margin: 0;
    font-weight: 100;
    line-height: 20px;
    font-size: 12px;
    color: #FFFFFF;
}
.site-footer a {
    text-decoration: none;
    color: #FFFFFF;
}
.site-footer__col {
    min-height: 1px;
    overflow: hidden;
    margin-bottom: 30px;
}
.site-footer__logo {
    float: none;
}
.site-footer__sm-icons {
    margin-top: 15px;
    transform: scale(0.7);
    transform-origin: left;
    perspective-origin: left;
    position: relative;
    top: -14px;
}

.site-footer__sm-icons img {
    margin-right: 4px;
    cursor: pointer;
    width: 25px;
    height: auto;
}
.site-footer__copyright {
    color: white;
    background-color: #1d1d1d;
    padding: 15px 0;
    margin-top: 30px;
}

.site-footer_img{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}
.img1 {
    width: 27px;
    height: 27px;
    object-fit: contain;
}
.img2{
    width: 143px;
    margin-left: 11px;
    object-fit: contain;
}
.logo2{
    width: 180px;
    height: 40px;
    object-fit: contain;
}
@media only screen and (min-width: 992px) {
    .site-footer__col {
        float: left;
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 0;
    }
    .site-footer__col:last-of-type {
        margin-right: 0;
    }
    .site-footer__col--4 {
        text-align: left;
        padding-left: 50px;
    }
}