@media(min-width:1600px) {
    body {
        background-position: 0%;
    }
    .left-text {
        padding-top: 50px;
    }
    .container {
        min-width: 100%;
    }
    .right-section {
        min-height: 100vh;
        background-position: center;
        background-size: cover;
    }
    .left-section {
        padding-bottom: 80px;
        min-height: 100vh;
    }
    .logo-image {
        width: 340px;
        text-align: center;
        margin: 40px 0 0 150px;
    }
    .title-image {
        width: 35%;
        height: auto;
        align: middle;
        margin: 80px 150px 10px;
    }
    .txt-h2 {
        font-family: Montserrat;
        margin: 10px 150px 100px;
        font-size: 38px;
    }
    .txt-subtitle {
        font-size: 16px;
        text-align: left;
        margin: 50px 150px 17px;
    }
    .txt-paragraph {
        font-size: 16px;
        margin: 0 150px;
        text-align: left;
    }
    .footer {
        height: 120px;
    }
    .txt-footer {
        color: white;
        font-size: 12px;
        padding: 50px 0 0px 0;
    }
    .txt-resp {
        margin-bottom: 30px;
    }
    .orangepix_web_solutions {
        width: 100px;
        margin-top: 33px;
        margin-bottom: 33px;
    }
}

@media(min-width:992px) and (max-width:1599px) {

    .button-area {
        text-align: left;
        margin: 50px 80px 17px;
    }

    .container {
        min-width: 100%;
    }
    .right-section {
        background-position: center;
        background-size: cover;
        min-height: 100vh;
    }
    .left-section {
        padding-bottom: 50px;
        min-height: 100vh;
    }
    .logo-image {
        width: 340px;
        text-align: center;
        margin: 40px 0 0 80px;
    }
    .title-image {
        width: 35%;
        height: auto;
        align: middle;
        margin: 50px 80px 10px;
    }
    .txt-h2 {
        font-family: Montserrat;
        margin: 10px 80px 100px;
        font-size: 38px;
    }
    .txt-subtitle {
        font-size: 16px;
        text-align: left;
        margin: 50px 80px 7px;
        letter-spacing: -0.55px !important;
    }
    .txt-paragraph {
        font-size: 16px;
        margin: 0 80px;
        text-align: left;
    }
    .footer {
        height: 120px;
    }
    .txt-footer {
        font-size: 12px;
        padding: 50px 0 0 0;
    }
    .txt-resp {
        margin-bottom: 30px;
    }
    ul {
        text-align: center;
    }
    .orangepix_web_solutions {
        width: 100px;
        margin-top: 33px;
        margin-bottom: 33px;
    }

    .button-area{text-align: left;}
}

@media(min-width:399px) and (max-width:991px) {
    .left-text {
        padding-bottom: 100px;
    }
    .container {
        max-width: 100%;
        text-align: center;
    }
    .left-section {
        padding-bottom: 50px;
        min-height: 92vh;
    }
    .logo-image {
        width: 340px;
        text-align: center;
        margin-top: 40px;
    }
    .title-image {
        width: 35%;
        height: auto;
        align: middle;
        margin-top: 50px;
    }
    .txt-h2 {
        font-family: Montserrat;
        margin-top: 50px;
        font-size: 38px;
    }
    .txt-subtitle {
        font-size: 16px;
        margin: 40px;
    }
    .button-area {
        text-align: center;
        margin: 40px;
    }
    .txt-paragraph {
        font-size: 16px;
        margin: 0;
    }
    .footer {
        height: auto;
    }
    .txt-footer {
        font-size: 12px;
        padding: 50px 0 0 0;
    }
    .txt-resp {
        margin-bottom: 30px;
    }
    .orangepix_web_solutions {
        width: 100px;
        margin-top: 33px;
        margin-bottom: 33px;
    }
    ul {
        text-align: center;
    }
}

@media(max-width:398px) {
    .container {
        max-width: 100%;
    }
    .right-section {
        height: 526px;
        background-position: center;
        background-size: cover;
    }
    .left-section {
        text-align: center;
        padding-bottom: 50px;
        min-height: 92vh;
    }
    .logo-image {
        width: 300px;
        text-align: center;
        margin-top: 20px;
    }
    .title-image {
        width: 35%;
        height: auto;
        align: middle;
        margin-top: 50px;
    }
    .txt-subtitle {
        font-size: 14px;
        margin: 30px 0 10px;
    }
    .button-area {
        text-align: center;
        margin: 30px 0 10px;
    }
    .txt-paragraph {
        font-size: 12px;
        margin: 0;
    }
    .txt-footer {
        text-align: center;
        font-size: 12px;
        padding: 50px 0 0px 0;
    }
    .txt-resp {
        margin-bottom: 30px;
    }
    .orangepix_web_solutions {
        width: 100px;
        margin-top: 33px;
        margin-bottom: 33px;
    }
    ul {
        text-align: center;
    }
    .pad-r {
        padding-right: 0 !important;
    }
    .left-text {
        padding-bottom: 100px;
    }
}