﻿@media screen and (max-width: 768px) {
    html {
        /*font-size: 50%;*/
    }
    .navbar-right ul li a{
        margin: 0;
        font-size: 1.8rem;
    }
    .navbar-right ul li form select {
        /*font-size: 2.2rem;*/
    }
    .footer-content .footer-top {
        flex-direction: column;
        padding-bottom: 0;
        border: none;
    }
    .footer-content .footer-top .footer-logo {
        margin-bottom: 4rem;
        border-bottom: 1px solid rgba(248, 251, 255, 0.1);
        padding-bottom: 4rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-content .footer-top .footer-links ul {
        flex-direction: column;
    }
    .footer-content .footer-top .footer-links ul li {
        margin: 0 0 2.4rem 0;
    }
    .footer-content .footer-top .footer-links ul li:last-child {
        margin: 0;
    }
    .footer-content .footer-bottom {
        flex-direction: column-reverse;
        margin-top: 4rem;
    }
    .footer-content .footer-bottom .footer-socials {
        width: 100%;
        margin-bottom: 2.4rem;
        padding-bottom: 2.4rem;
        border-bottom: 1px solid rgba(248, 251, 255, 0.1);
    }
    .footer-content .footer-bottom .footer-socials ul{
        justify-content: center;
    }
    .where-we-work .www-content .www-circle {
        width: 920px;
        min-width: 920px;
    }
    .where-we-work .www-circle .www-circle-texts {
        padding: 2rem;
    }
    .where-we-work .www-circle .www-circle-texts .title {
        font-size: 1.6rem;
    }
    .where-we-work .www-circle .www-circle-texts .address {
        font-size: 1.2rem;
    }
    .where-we-work .www-circle .www-circle-texts .www-circle-buttons {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .where-we-work .www-circle .www-circle-texts .www-circle-buttons a {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    .divider-stick {
        display: none;
    }
    #ecosystem .ecosystem-banner .ecosystem-banner-title {
        font-size: 5rem;
    }
    .missions .missions-content {
        margin-top: 10rem;
    }
    
    #what-we-do .wwd-lists .wwd-banner {
        padding: 10rem 0 2rem;
    }
    #what-we-do .wwd-lists .wwd-list .wwd-list-title {
        font-size: 1.8rem;
    }
    #what-we-do .wwd-lists .wwd-list h5 {
        font-size: 3rem;
    }
    #career .advert .advert-lists .advert-list {
        flex-direction: column;
    }
    #career .advert .advert-lists .advert-list .advert-position {
        min-width: auto;
        margin-bottom: 1.5rem;
    }
    #career .advert .advert-lists .advert-list .advert-time {
        margin-bottom: 1.5rem;
        position: relative;
        transform: translateX(0);
        left: 0;
    }
    #career .divider-stick {
        display: block;
    }
    #who-are-we .our-values {
        padding: 10rem 0;
    }
    #who-are-we .our-values .our-values-cards {
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #who-are-we .our-values .our-values-cards .our-values-card {
        width: 240px;
        min-width: 220px;
        margin-bottom: 2rem;
    }
    #who-are-we .done-is-better .dis-content {
        padding: 0 4.1%;
    }
    #who-are-we .waw-lists .waw-list .waw-texts,
    #who-are-we .waw-lists .waw-list .waw-texts .title {
        max-width: none;
    }
    #who-are-we .waw-lists .waw-list img {
        display: block;
        margin: auto;
    }
}