.social-wrapper {
    border-top: 1px solid #191B1F;
    /* margin-bottom: 100px; */
    background: #191B1F;
    /* height: 200px; */
    padding: 10px 0px;
}


.social-inner {
    width: 50%;
    float: left;
    /* background: red; */
    /* padding: 0 30px; */
}

.social-links {
    /* background: yellow; */
    width: fit-content;
    margin: 0 auto;
}

.social-link {
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 20px;
}

.social-link:hover{
    color: #fff;
    text-decoration: none;
}

.social-link img {
    height: 14px;
}

.credit-wrapper {
    text-align: center;
    margin-top: 30px;
    color: #fff;
    margin-bottom: 30px;
}

.credit-wrapper img {
    height: 80px;
    margin-right: 10px;
}
