.footer .footer-brand img {
    width: 200px;
    height: 48px;
    object-fit: contain;
}

.footer .nav-item a {
    color: var(--Primaire-Dark, #0072B6);
    text-align: right;
    /* Paragraph/Large Bold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.5px;
}
.footer .nav-item a.active {
    font-weight: 700;
}
.footer .nav-item a:hover {
    color: var(--primaire-normal-hover, #0089DB);
}

.footer p {
    color: var(--primaire-normal-hover, #0089DB);
    font-family: Satoshi;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    /* 155% */
    letter-spacing: -1px;
}

.footer .copyright p {
    color: var(--Primaire-Dark, #0072B6);
    text-align: center;
    /* Paragraph/Large Bold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.5px;
}
.footer .copyright p a {
    color: var(--Primaire-Dark, #0072B6);
}
@media(max-width:992px) {
    .footer .footer-brand img {
        width: 150px;
        height: 40px;
    }
    .footer p {
        font-size: 18px;
        letter-spacing: -0.5px;
    }

    .footer .nav-item a,
    .footer .copyright p {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .footer .footer-brand img {
        width: 100px;
        height: 40px;
    }

    .footer p {
        font-size: 16px;
    }

    .footer .nav-item a,
    .footer .copyright p {
        font-size: 14px;
    }
}
@media(max-width:992px){

}
@media(max-width:768px){
    
}
@media(max-width:570px){
    
}