.social {
    margin-bottom: 30px;
}

.social ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.social ul .icon-cont {
    margin: 0 5px 10px;
}

.social ul .icon-cont a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 400;
    background-color: #b94127;
    color: #fff;
    border-bottom: none;
    text-decoration: none;
}

.social .icon-cont .tiktok-icon {
    filter: invert(20%) sepia(99%) saturate(1199%) hue-rotate(344deg) brightness(120%) contrast(88%);
    max-width: 16px;
}

.social ul .icon-cont a .icon {
    vertical-align: middle;
}

@media only screen and (min-width: 768px) {
    .social ul .icon-cont {
        margin: 0 7px 10px;
    }

    .social ul .icon-cont a {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .social .icon-cont .tiktok-icon {
        max-width: 14px;
    }
}
