.custom-link:hover {
    text-decoration: none;
}
.am_social_follow_pack a:hover {
    text-decoration: none !important;
}
.ast-mobile-popup-inner {
    overflow-y: auto;
}
.site-footer a:hover {
    text-decoration: none !important;
}
/* Media Query */
@media only screen and (max-width: 768px) {
    .am_social_follow_pack  {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .site-footer .am_social_follow_pack {
        display: inline-flex;
        justify-content: normal;
    }
        
}