.flagship-brands-title {
	font-weight: 400 !important;
	margin-bottom: 22px;
	font-size: 17px; 
}

.flagship-brands {
	margin-bottom: 90px !important;
}

.flagship-brands-list li a h2 {
    font-size: 3rem;
    font-weight: 200;
}

.flagship-brands-list {
	display: flex;
	flex-direction: row;
	column-gap: 45px;
	flex-wrap: wrap;
}



/* ===============================
   Écrans < 1024px (tablet)
   =============================== */

@media (max-width: 1024px) {
    .flagship-brands {
margin-bottom: 45px;
    }

    .flagship-brands-title {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .flagship-brands-list li a h2 {
        font-size: 2.4rem;
    }
}


/* ===============================
   Écrans < 768px (mobile)
   =============================== */

@media (max-width: 768px) {
    .flagship-brands {
        margin-bottom: 40px;
    }

    .flagship-brands-title {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .flagship-brands-list li a h2 {
        font-size: 1.8rem;
        font-weight: 300;
    }

}


@media (hover: hover) and (pointer: fine) {
    .flagship-brands-list li a h2:hover {
        font-weight: 400;
    }
}
