@media (max-width: 768px) {

    footer {
        gap: 1.5rem;
        padding: 1rem;
    }

    
    .btm-act {
        flex-direction: column;
        gap: 0;
        font-size: 13px;
    }

    
    .btm .bct:not(:last-of-type) {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid #2F2F2F;
        padding-bottom: 0.65rem;
        margin-bottom: 0.65rem;
    }

    
    .btm .btm-info label {
        font-size: 12px;
        line-height: 1.6;
    }

    
    .btm-media {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .btm-media .media-logo img {
        width: 80px;
    }
}

@media (max-width: 380px) {
    .btm-act { font-size: 12px; }
    .btm .btm-info label { font-size: 11px; }
}