.footer-logo-container{
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    color: #333;
    font-weight: 800;
    font-size: clamp(1.00rem, calc(0.696rem + 1.518vw), 3.13rem);
}

.footer-logo{
    font-weight: 700;
}

.footer-logo-i {
    color: #0855DE;
}

.footer-copyright{
    font-size: clamp(0.63rem, calc(0.571rem + 0.268vw), 1.00rem);
    font-weight: normal;
}