.site-footer {
    width: 100%;
    background: #f8f9fa;
   
   
}

.footer-content {
    max-width: 767.98;
    margin: 0 auto;
   
}

.footer-divider {
    margin: 0.5rem 0;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
   
}

.copyright {
    color: #1797e8;
    margin: 0.25rem 0;
    font-size: 0.9rem;
}

.designer {
    color: #1797e8;
    font-size: 0.7rem;
    margin: 0.25rem 0;
}

/* Desktop styles */
@media (min-width: 768px) {
    .footer-info {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
       
    }
    
    .copyright,
    .designer {
        margin-left: 20px;
        margin-right: 20px;
    }
}