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

    body #instructions img{
        display: none;
    }
    
    body .adsensebox{
        display: none;
    }

    body .downloadbtn{
        margin: auto;
    }

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

main{
    padding: 12px;
}

.section{
    padding: 12px;
    max-width: 1200px;
    margin: auto;
}

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

#intro img {
    height: 260px;
    width: 260px;
}

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

.static-description{
    flex: 1;
}

.downloadbtn{
    background-color: var(--color-accent);
    color: white;
    font-weight: 400;
    padding: 8px 20px;
    font-size: 20px;
    width: 280px;
    text-align: center;
    margin-left: auto;
}

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

/* faq */
.qa{
    margin-bottom: 12px;
    padding: 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;
}