@media (max-width: 900px) {
    p {
        font-size: 90%;
    }

    .section1 {
        background-image: url('img/20241009_154218_resized.jpg');
        background-attachment: scroll;
        background-position: center center;
        min-height: 300px;
        height: 50svh;
    }

    .section2 {
        background-image: url('img/20241009_154955_resized.jpg');
        background-attachment: scroll;
        background-position: center center;
        min-height: 300px;
        height: 50svh;
    }

    .section3 {
        background-image: url('img/20240117_153907.jpg');
        background-attachment: scroll;
        background-position: center center;
        min-height: 300px;
        height: 50svh;
    }

    .section4 {
        background-image: url('img/2127042769_20241118_102450_6398594_resized.jpg');
        background-attachment: scroll;
        background-position: bottom center;
        min-height: 300px;
        height: 50svh;
    }

    .smallsub {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    
    /* BOOTSTRAP ADAPTER */
    h1 {
        font-size: 3rem;
        line-height: 4rem;
    }

    h1 small {
        font-size: 2rem;
        line-height: 0rem;
    }
}