@media only screen and (max-device-width : 1360px){

    html{
        font-family: roboto;
        font-size: 15px;
        scroll-behavior: smooth;
    }

    .desktop-hidden{
        display: initial !important;
    }

    .mobile-hidden{
        display: none !important;
    }

    .page-area{
        width: 100%;
        margin: initial;
    }

    .mobile-menu{
        margin-right: 20px
    }

    .mobile-menu > i{
        background-color: var(--color-white);
        width: 48px;
        height: 48px;
    }

    header img.logo{
        width: 120px;
        margin-left: 20px
    }

    section.intro{
        background-position: left -250px  top 0px;
    }

    section.intro > ul{
        flex-direction: column;
        justify-items: center;
    }

    section.intro > ul > li:first-child{
        margin-top: 0px;
        padding: 0px 10px;
    }

    section.intro > ul > li:first-child > h1{
        text-align: center;
    }

    section.intro > ul > li:first-child > strong{
        text-align: center;
        display: block;
    }

    section.intro > ul > li:first-child > div{
        justify-content: space-around;
    }

    div.app-links > a{
        margin-right: 0px;
    }

    section.intro > ul > li:first-child > span{
        text-align: center;
    }

    section.intro > ul > li:last-child{
        margin-top: 30px;
        margin-left: 0px;
    }

    section.intro > ul > li:last-child > img{
        width: 60%;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    section.intro{
        height: initial;
    }

    section.paddings{
        padding: 100px 0px 0px 0px;
    }

    section > h2{
        width: 95%;
    }

    ul.howitworks-steps{
        flex-direction: column;
        align-items: center;
    }

    ul.howitworks-steps > li{
        margin-bottom: 50px;
        width: 90%;
    }

    section.features > div.features-content{
        flex-direction: column;
    }

    section.features > div.features-content > img{
        margin-right: 0px;
        width: 90%;
        margin-bottom: 50px;
    }

    section.features > div.features-content > ul.items{
        width: 90%;
        margin-bottom: 100px;
    }

    section.features > div.features-content > ul.items > li > div:last-child > strong{
        line-height: 1.2;
    }

    .learners-content{
        flex-direction: column;
    }

    .learners-content > *{
        width: 90% !important;
    }

    .learners-content > img{
        margin-top: 30px;
    }

    section.compares > h2{
        width: 95%;
    }

    section.learners{
        padding-top: 50px !important;
    }

    section.compares{
        padding: 60px 0px 60px 0px !important;
    }

    .compares-content > table{
        width: 90%;
    }

    .compares-content > p{
        width: 85%;
    }

    section.tutors{
        padding-top: 0px;
    }

    .tutors-content{
        flex-direction: column-reverse;
    }

    .tutors-content > div{
        width: 90% !important;
    }

    .tutors-content > img{
        width: 90%;
        margin-top: 50px;
    }

    section.faq > p{
        width: 90%;
    }

    .faq-content{
        flex-direction: column;
        align-items: center;
    }

    .faq-content > ul{
        width: 90%;
    }

    .faq-content > ul > li > div > i{
        flex-shrink: 0;
    }

    section.faq{
        padding-bottom: 100px;
    }

    section.reviews{
        padding: 60px 0px 100px 0px !important;
    }

    section.reviews > h2{
        width: 95%;
    }

    p.prs-review{
        width: 90%;
    }

    .owl-nav{
        top: initial;
        bottom: -42px;
    }

    section.contact > p{
        width: 90%;
    }

    .contact-content{
        flex-direction: column;
        align-items: center;
    }

    section.contact{
        padding: 100px 0px 100px 0px !important;

    }

    .contact-content > *{
        width: 90% !important;
    }

    .contact-content > ul{
        margin-bottom: 30px;
    }

    footer > ul{
        align-items: center;
    }

    footer > ul > li:first-child{
        flex-direction: column;
        align-items: center;
    }

    footer > ul > li:first-child > div > div.social > a{
        margin: 0 5px !important;
    }

    footer > ul > li:first-child > div{
        max-width: 90% !important;
        margin-bottom: 30px;
    }

    footer > ul > li:first-child > div{
        align-items: center;
    }

    footer > ul > li:first-child > div > p{
        text-align: center;
    }

    footer div.app-links{
        width: 100%;
        justify-content: space-around;
    }

    footer > ul > li.copyright{
        flex-direction: column;
        width: 90%;
    }

    footer > ul > li.copyright > div{
        line-height: 1.2;
        margin-bottom: 5px;
        text-align: center;
    }

    .mobile-menu-container{
        display: initial;
    }

    section.terms > p, section.privacy > p{
        width: 90%;
    }

    section.terms .html,
    section.privacy .html{
        padding: 0px 25px;
        padding-bottom: 25px;
    }
}
