@media screen and (max-width: 1600px) {


    body,
    html {
        font-size: 23px;
    }

    .header {
        padding: 0 180px;
        margin-top: -100px;
    }
    .overlay {
        margin-top:0px;
    }

    .menu {
        padding-right: 180px;
    }

    .page {
        padding: 0 180px;
    }

    .form {
        margin-top: 30px;
        /*grid-gap: 20px;*/
    }

    .items {
        margin-top: 60px;
    }

}

@media screen and (max-width: 1400px) {


    body,
    html {
        font-size: 20px;
    }

    .header {
        padding: 0 100px;
        margin-top: -100px;
    }
    .overlay {
        margin-top:0px;
    }

    .menu {
        padding-right: 100px;
    }

    .page {
        padding: 0 100px;
    }

    .form {
        margin-top: 30px;
        /*grid-gap: 20px;*/
    }

}

@media screen and (max-width: 960px) {


    body,
    html {
        font-size: 16px;
    }

    .header {
        padding: 0;
        margin: 0;
    }

    .menu {
        padding-right: 20px;
    }
    .page {
        padding: 0 20px;
    }

    .inner {
        padding: 150px 15px 50px;
    }
    p{
        font-size:150%;
    }
    .form {
        margin-top: 40px;
        grid-gap: 40px 20px;
    }

    .offering {
        grid-template-columns: 1fr 1fr;
    }

    .items {
        grid-template-columns: 1fr 1fr;
    }

    .form {
        display: block;
    }

    .form .block {
        margin-bottom: 30px;
    }

    .form input[type=submit] {
        position: relative;
    }

    .header {
        position: fixed;
        top: 0;
        padding: 10px;
        background: rgba(0, 0, 0, 0);
        transition: background 0.2s;
    }
    .headerContainer{
        position: static;
        height: inherit;
    }
    .header .logo{
        width:180px;
    }
    .overlay {
        height:35px;
        background: rgba(255, 255, 255, 1);
        -webkit-backdrop-filter: blur(10px);
    }
    .overlay.show{
        top:0
    }
    .header .logo{
        top: 10px;
        left: 20px;
        margin-left: 0;
    }
    .btn_menu {
        top: 6px;
        right: 20px;
        left: auto;
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }

    .btn_menu span {
        width: 40px;
        height: 3px;
    }

    .btn_menu span:nth-child(1) {
        top: 10px;
    }

    .btn_menu span:nth-child(2) {
        top: 22px;
    }

    .btn_menu span:nth-child(3) {
        top: 35px;
    }

    .menuOpen .btn_menu span:nth-child(1) {
        transform: rotate(-45deg) translate(-9px, 9px);
    }

    .menuOpen .btn_menu span:nth-child(3) {
        transform: rotate(45deg) translate(-8px, -9px);
    }

    .menuOpen .menu {
        right: 0;
        left: auto;
    }

    .menu {
        position: fixed;
        width: 300px;
        top: 0;
        right: -400px;
        transition: right 0.2s ease-out;
    }

    .form .input .line {
        width: 100%;
    }
    .info {
        font-size:120%;
    }
    .info .label{
        font-size:100%;
    }

    .form .heading {
        font-size:120%;
    }
    .form p {
        font-size:120%;
    }
    .form .block{
        font-size:120%;
    }
    .form .input label.error{
        font-size:80%;
        top:110%;
    }
    .page h6 {
        font-size: 260%;
        line-height: 1.3em;
        margin: 10px 0;
    }
    .form .input textarea{
        height:60px;
    }
    .items {
        padding-bottom: 50px;
        font-size:120%;
    }
    .contact form{
        display: block;
    }
    .offering li{
        margin: 15px 0;
        font-size:120%;
    }


    .nfc-card .right-col .imageContainer .img {
        transform: translateX(-10%);
    }
}


@media screen and (max-width: 768px) {
    .nfc-card {
        height: auto;
    }
    .nfc-card .inner {
        flex-wrap: wrap;
        align-items: center;
    }
    .nfc-card .left-col {
        position: relative;
        width: 100%;
        max-width: none;
    }
    .nfc-card .right-col {
        width: 100%;
    }
    .nfc-card .right-col .imageContainer {
        width: 100%;
        overflow: visible;
    }
    .nfc-card .right-col .imageContainer .img {
        position: static;
        transform: translateX(2%);
    }

    .nfc-card .inner .btn {
        text-align: center;
        margin: 20px auto 50px 0;
    }
}

@media screen and (max-width: 500px) {


    body,
    html {
        font-size: 13px;
    }

    .menu {
        position: fixed;
        width: 250px;
        top: 0;
        right: -300px;
        transition: right 0.2s ease-out;
    }

    .items {
        grid-template-columns: 1fr;
    }

    .business .program{
        flex: 0 0 100%;
        box-sizing: border-box;
        padding: 15px 25px;
    }

    .business .program .description{
        font-size: 120%;
        text-align: center;
        color: #133244;
        font-weight: bold;
    }
    .nfc-card .inner .btn,
    .business .program .btn{
        display: block;
        text-align: center;
        padding: 9px;
        width: 180px;
        font-weight: bold;
        margin: 20px auto;
        background-color: #133244;
        color: #FFF;
        border-radius: 10px;
        font-size: 120%;
    }

    .business .program .title{
        font-size: 130%;
        text-align: center;
        margin: 10px 0;
        font-weight: bold;
    }
    
    .nfc-card .inner .btn {
        text-align: center;
        margin: 20px auto 50px 0;
    }

    .nfc-card {
        display: flex;
        align-items: center;
    }
    .nfc-card .inner {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

}