body{
    height: 3600px;
}

@media screen and (max-width: 600px) {
    body{
        height: 3300px;
    }
}

.txtMention1{
    gap: 2%;
    margin-top: 2%;
    font-family: "KufamB";
    color: #464646;
    font-size: 35px;
}

@media screen and (max-width: 600px) {
    .txtMention1{
        font-size: 22px;
    }
}

.txtMention2{
    margin-top: 1%;
    line-height: 1.5;
    font-family: "Imprima";
    color: #464646;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    gap: 2%;
}

@media screen and (max-width: 600px) {
    .txtMention2{
        font-size: 15px;
    }
}