.file-item {
    display: inline-block;
    color: #666;
    text-decoration: none !important;
    font-size: 1em;
}

.file-item i {
    font-size: 1.2em;
    vertical-align: middle;
    margin-right: 0.5em;
}

.mobile {
    display: none;
}

.foot-g {
    bottom: 1px !important;
    position: absolute !important;
    font-size: 0.7em;
}

@media only screen and (max-width: 700px) {
    .desktop {
        display: none;
    }
    .mobile {
        display:block;
    }
    
    .text-head h1{
        font-size: 1em;
    }
    .text-head p{
        font-size: 0.6em;
    }
    .text-head img{
        font-size: 0.6em;
    }
}