.bs-social {
    padding: 0px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.bs-social li {
    display: inline-flex;
    margin-bottom: 5px;
    border-bottom: none;
}

.bs-social li {
    margin: 2px 2.5px;
}

.bs-social li a.facebook {
    background: #135CB6;
    color: #fff;
}

.bs-social li a.twitter {
    background: #00ACED;
    color: #fff;
}

.bs-social li a.instagram {
    background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(135deg, #234bd7 12%, #c33cbe 58%);
}

.bs-social li a.youtube {
    background: #cd201f;
    color: #fff;
}

.bs-social li a.telegram {
    background: #0088cc;
    color: #fff;
}

.bs-social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px !important;
    height: 45px !important;
    line-height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
}

.bs-social li a:hover {
    opacity: 0.7;
}