@charset "UTF-8";

.section {
    display: none;
}

.section:first-of-type {
    display: block;
}

.q-box__content {
    width: 100%;
}

.q-box__img {
    width: 24%;
}

.q-box__img img {
    width: 100%;
}

.q-box__text {
    width: 76%;
}
