@media screen and (max-width: 500px){
    body #intro{
        flex-direction: column-reverse;
    }
}

.ad {
    margin: auto;
    text-align: center;
}

.spaFillWrapper{
    height: 100vh;
    display: flex;
    flex-direction: column;
}

#intro{
    flex: 1;
    width: 100%;
    max-width: var(--content-width);
    margin: auto;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#intro > img{
    height: 400px;
}

#boasts {
    margin: 40px auto;
    padding: 12px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#boasts .boastcard {
    width: 250px;
    margin-bottom: 12px;
    text-align: center;
}

#boasts .boastcard img {
    width: 50px;
    height: 50px;
}

.q-a{
    margin: auto;
}

.q-a p:first-of-type{
    font-weight: bold; 
    font-size: 24px;
}

#features .feature p:first-of-type{
    font-weight: bold; 
    font-size: 24px;
}

.custom h2{
    text-align: center;
}

footer{
    text-align: center;
    padding: 80px 12px 12px;
    color: gray;
}

.qa > p:first-of-type{
    font-weight: bold;
    font-size: 24px;
}

.qa img {
    max-height: 200px;
}