@media only screen and (max-width: 1102px) {
    body #intro{
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    body #instructions img{
        display: none;
    }

    body .carouselshow img {
        height: auto;
        max-width: 105vw;
    }
}

#intro{
    display: flex;
    gap: var(--gap);
}

#intro img {
    height: 150px;
}

#intro .intro-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--gap);
}

.static-description{
    flex: 1;
}

.carouselshow img{
    margin: 0px 12px;
    max-height: 300px;
}

/* faq */
.qa{
    margin-bottom: 12px;
}

.qa .q{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
}

hr{
    margin: 12px 0px;
    background-color: #dddddd;
    height: 1px;
}

#hook a, #faq a{
    color: rgb(52, 152, 219);
    text-decoration: underline;
}