@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    #hero .container {
        margin-left: 5%;
    }
   
}
@media(max-width:1024px)
{
    .int-hero .inner h2
    {
        max-width: 52%!important;
    }
}

@media only screen and (min-width: 1200px) {
    .max-width {
        padding: 0!important;
    }
    #hero .container {
        padding: 270px 0 600px;
    }
    #hero h2 {
        font-size: 40px;
    }
    .hero-figure-container {
        top: 10%;
    }
    
}

@media only screen and (max-width: 849px) {
    #hero h2 {
        font-size: 43px!important;
    }
    .hero-figure-container {
        display: none;
    }
    #hero .container {
        padding: 170px 0% 0px!important;
    }
    .what-we-do {
        width: 100%;
    }
    .what-we-do {
        width: 100%!important;
    }
    .values .container>.contents ul li .img {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .career #hero h2 {
        font-size: 40px!important;
    }
    .career .max-width {
        max-width: 100%!important;
        padding: 0%!important;
    }
    .u-gap-bottom {
        font-size: 15px;
        line-height: 27px;
    }
    .u-hr-line {
        display: none!important;
    }
    .u-pad-ends\@md-up, .u-pad-top\@md-up {
        padding-top: 3.5rem!important;
        padding-bottom: 3.5rem!important;
    }
    .u-gap-bottom-medium\@sm-down {
        margin-bottom: 2.625rem!important;
    }
    .u-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .u-flex {
        display: -ms-flexbox;
        display: flex;
    }
    .row--large-gutter\@xl-up .u-flex-dir-column {
        flex-basis: unset;
    }
    .career-description #hero {
        min-height: 350px;
    }
    .text-container {
        padding: 0 14px!important;
    }
    .section h1
    {
        font-size: 2.75em!important;
    }
    .contact .right .form
    {
        padding: 20.87% 1.5%!important;
    }
    .career #hero
    {
        min-height: 300px;
    }
}

@media(max-width:420px) {
    #hero {
        margin-top: 33px;
    }
}

@media(max-width:320px) {
    #hero h2 {
        font-size: 40px!important;
    }
    .header .logo img {
        width: 100px!important;
    }
    .hamburger-navigation li a {
        font-size: 20px;
    }
    .int-hero {
        padding-left: 22px!important;
        padding-right: 13px!important;
        padding-top: 87px!important;
        padding-bottom: 100px;
    }
}