.img-mother {
    width: 10vmax;
}

.faq p{
    font-family: var(--pokpok-font-semilight);
}

.question:hover{
    color: #29a2de;
}

.question.active {
    color: #29a2de;
}

.question{
    margin-bottom: 0;
}

h1.title {
    margin-top: 60px;
}


@media (max-width: 1180px) {

    .img-mother {
        width: 200px;
    }
}