.footer-sec-one{
    width:100%;
    background:#18191a;
    border-top:1px solid #303136;
    padding:30px 15px;
}

.footer-content{
    max-width:1400px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
}

.footer-logo{
    width:120px;
    height:auto;
    object-fit:contain;
}

.footer-copy{
    margin:0;
    color:#b0b3b8;
    font-size:14px;
    text-align:center;
}

@media (max-width:768px){

    .footer-sec-one{
        padding:25px 10px;
    }

    .footer-logo{
        width:100px;
    }

    .footer-copy{
        font-size:13px;
    }

}