.bandt-social-icons {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.bandt-social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.bandt-social-icons a img {
    width: 40px;
    height: 40px;
    display: block;
    object-fit: contain;
}
