.social-popup {
    position: relative;
    top: -8rem;
    left: 18%;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
    border-radius: 5px;
    width: 160px;
}

.social-popup a img {
    width: 32px;
    height: 32px;
    margin: 0 5px;
}

@media (max-width: 991px) {
    .social-popup {
        position: relative;
        top: -2rem;
        left: 8rem;
    }
}