@media only screen and (max-width : 1360px){
    html{
        font-size: 15px;
    }

    .safe-area{
        width: 90%;
    }    

    .header-top .safe-area{
        width: 96%;
    }

    .mobile{
        display: initial;
    }

    .menu-desktop{
        display: none !important;
    }

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

    header.floated .ham-menu > i{
        background-color: var(--color-black);
    }

    .header-top > ul > li:first-child > a:first-child{
        display: none;
    }

    .header-top > ul > li:last-child i{
        display: none;
    }

    .header-top > ul > li:first-child > a{
        margin-left: 5px;
    }

    .header-top > ul > li:first-child > a:last-child{
        margin-left: 0px;
    }

    .header-top > ul > li:last-child > a{
        margin-right: 3px;
    }

    .header-top > ul > li:last-child > a:first-child{
        margin-right: 0px;
    }

    section.intro{
        height: 127vh;
    }

    section.intro > .intro-text{
        padding-top: 150px;
    }

    section.intro > .intro-text > h1{
        line-height: 1.7;
    }

    section.intro > .intro-features{
        margin-top: 100px;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    section.intro > .intro-features > li{
        width: 90%;
        margin-bottom: 20px;
    }

    section.courses > ul{
        flex-direction: column;
        align-items: center;
    }

    section.courses > ul > li{
        width: 100%;
        margin-bottom: 40px;
    }

    section.courses > ul > li:last-child{
        margin-bottom: 0px;
    }

    section.register > ul{
        flex-direction: column;
        align-items: center;
    }

    section.register > ul > li{
        width: 100% !important;
    }

    section.register > ul > li:first-child{
        margin-bottom: 50px;
    }

    section.register > ul > li:last-child > ul{
        margin-top: 50px;
    }

    section.register > ul > li:last-child > ul{
        flex-direction: column;
    }

    section.register > ul > li:last-child > ul > li{
        margin-top: 25px;
    }

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

    section.register > ul > li:last-child > ul > li:nth-child(even) > i{
        transform: rotate(90deg);
    }

    section.whyus > ul{
        flex-direction: column;
        align-items: center;
    }

    section.whyus > ul > li{
        width: 100%;
        margin-bottom: 40px;
    }

    section.news > ul > li{
        flex-wrap: wrap;
        justify-content: space-between;        
    }

    section.news > ul > li > div:first-child{
        width: 50px;
        margin-left: 0px;
    }

    section.news > ul > li > div:nth-child(2){
        margin-left: 0px;
        width: calc(100% - 80px);
        flex-grow: 0;
    }

    section.news > ul > li > img{
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    section.faq > div{
        flex-direction: column;
        align-items: center;
    }

    section.faq > div > div{
        width: 95%;
    }

    section.faq > div > div > ul > li:first-child{
        display: flex;
        line-height: 1.7;
    }

    section.faq > div > div > ul > li:first-child > i{
        margin-left: 5px;
    }

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

    footer > ul > li:first-child > div:first-child{
        display: flex;
        width: 100%;
        margin-left: 0px;
        flex-shrink: initial;
    }

    .footer-logo{
        flex-direction: column;
        text-align: center;        
        margin-bottom: 0px;
        margin-left: 25px;
        line-height: 1.4;    
    }

    .footer-logo > img{
        margin-left: 0px;
        margin-bottom: 10px;
    }

    footer > ul > li:first-child > div:first-child > ul > li{
        margin-top: 0px;
        margin-bottom: 10px;
        align-items: start;
    }

    footer > ul > li:first-child > div:first-child > ul i{
        flex-shrink: 0;
    }

    .footer-links{
        display: none;
    }

    .footer-pics > *:first-child{
        overflow: hidden;
        width: 40%;
    }

    .footer-pics > *:first-child img{
        position: relative;
        left: 40%;
    }

    footer > ul > li:last-child > div:first-child{
        margin-left: 20px;
    }

    footer > ul > li:last-child > div{
        line-height: 1.7;
    }

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