/* Mobile Styles */

@media only screen and (max-width: 768px) {
    aside ul li a{
        margin-bottom: 1rem;
        text-align: center;
    }
 
    aside ul li a svg{
        margin-bottom: 10px;
    }
    aside ul li a p{
        font-size: 12px;
        line-height: 13px;
        display: block;
    }

    .linksext ul li .box{
        margin-bottom: 1rem;
    }
 }
 
 @media only screen and (max-width: 992px) {}
 
 
 /* Tablet Styles */
 
 @media only screen and (min-width: 992px) and (max-width: 1200px) {}
 
 
 /* Desktop Styles */
 
 @media only screen and (min-width: 1200px) {}