@CHARSET "UTF-8";

@media all and (max-width:1900px){
    .header_nord {
        bottom: -14%;
    }
}

@media all and (max-width:1200px){
    br.desktop {display: none;}
}



@media all and (max-width:980px){
    html {
        font-size: 24px;
    }
    .header_top {
        padding: 30px 10px;
    }
    
    p strong span:before {
        height: 35px;
    }
    .columns {flex-wrap: wrap;}
    .col{flex: 0 0 100%;}
    .columns:after {
        height: 4px;
        width: 100%; 
        top: 53%;
        left: 0;
    }
    .people {flex-wrap: wrap;}
    .item{flex: 0 0 calc(50% - 1rem);}
    
    .content {
        padding: 80px 0;
    }
    
    footer .logos{
        display: block;
    }
    
    footer .logos img{
        margin-bottom: 30px;    
    }
}


@media all and (max-width:550px){
    html {
        font-size: 20px;
    }
    p strong span:before {
        height: 30px;
        top: -2px;
    }
    .columns:after {
        top: 50%;
    }
    a.btn {
        padding: 1.3rem 1,5rem;
    }
    .item{flex: 0 0 100%;}
}