@media screen and (max-width: 1220px) {
    .wrapper {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        box-sizing: border-box;
    }

    #header-center {
        padding: 0px 10px;
    }

    #continue-reading {
        display: none;
    }
    
    .sub-column, .feature-pitch, .padding-inner-30 {
        padding: 20px;
    }

    .feature-pitch {
        padding-bottom: 40px;
    }

    .mobile-margin-100 {
        margin-top: 100px;
    }

    h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .feature-pitch h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    h2, .sub-column h2 {
        font-size: 22px !important;
    }

    p, .languages li {
        font-size: 15px !important;
        line-height: 25px;
    }

    .button {
        font-size: 15px;
    }

    .sub-column p {
        font-size: 13px !important;
        line-height: normal;
    }

    #header-center h1 {
        margin-top: 120px;
    }

    .competitive-feature {
        width: 140px;
    }

    .form-inner p:last-of-type {
        font-weight: 300;
        font-size: 12px !important;
        line-height: normal;
    }
}

@media screen and (max-width: 1000px) {
    .columns-3 {
        display: block;
    }

    .col-home:hover {
        transform: none;
    }

    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .references {
        display: flex !important;
    }

    .sub-column p {
        height: auto;
        margin-bottom: 30px;
        width: auto;
    }

    .feature-pitch p:last-of-type {
        margin-bottom: 30px;
    }

    .hide-mobile {
        display: none;
    }

    #header-center {
        text-align: left;
    }

    #header-left {
        padding: 30px 0px;
    }

    .form-wrapper-left {
        float: none;
        width: 95%;
    }

    .form-wrapper-right {
        display: none;
    }

    .references .sub-column img {
        max-width: 100px;
    }

    .competitive-left, .competitive-right {
        background-position: top right;
        padding-left: 0;
    }

    .competitive-left p, .competitive-left h2 {
        width: 100%;
    }

    .competitive {
        background-repeat: no-repeat;
        background-size: auto 150px;
    }

    .call-to-action-subpage {
        padding: 30px 0;
    }

    .languages {
        width: 100%;
    }
}

@media screen and (max-width: 720px) {
    .languages {
        columns: 2;
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .menu {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .button {
        width: 80%;
    }
}