@media only screen and (max-width: 768px) {
    .introPage h2 {
        font-size: 46px !important;
    }
    .introquote{
        margin-top: 12px;
        font-weight: 600;
        letter-spacing: 2px;
        text-align: center;
        font-size: 20px !important;
    }
    .backgroundcut {
        position: absolute;
        bottom: -56px;
        left: 0px;
        width: 100%;
        height: 200px;
        z-index: 0 !important;
    }

    .backgroundcut img {
        height: 200px !important;
        width: 100%;
        z-index: 0 !important;
    }
        .aboutLogo {
            width: 380px !important;
            height: auto;
            position: absolute;
            left: 15%;
            top:20%;
        }
        .content_container{
            width: 100% !important;
            height: auto !important;
        }
        .content_container2{
            height: auto !important;
        }
        .contact_two{
            border: solid 3px #293B83;
            height: auto;
        }
        .devcontact{
            justify-content: center !important;
            align-items: center !important;
        }
}