@media screen and (max-width: 1000px) {

    p {
        padding-top: 10px;
        font-size: .85em;
    }

    .last-section p {
        font-size: .85em;
    }

    img {
        max-width: 100vw;
        margin-top: 10px;
    }

    .down-arrow {
        bottom: 50px;
    }

    .page-section {
        width: 100vw;
        height: fit-content;
        margin: 0;
        font-size: 2em;
        line-height: 1.3em;
    }

    .page-section img, .section-content img {
        margin: 20px 0;
        width: 100vw;
        border: none;
    }

    .features-block img {
        width: 100%;
    }

    .section-content {
        margin: 15px;
    }

    .top-section-content {
        margin-top: 80px;
    }

    .sub-section {
        width: 100%;
    }

    .flex {
        flex-direction: column;
        justify-content: space-evenly;
    }

    .flex-column {
        justify-content: space-evenly;
        height: 100%;
    }

    .about-image-vert {
        height: auto;
        width: 100%;
        max-height: 50vh;
    }

    .about-image-horiz {
        width: 100%;
    }

    .about-image-smaller {
        width: 100%;
    }
}