
.us_section{
    background-image: url(../img/cover/us_cover.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 36vw;
    display: flex;
    padding: 10.2%;
}
.us_section > div{
    width: 100%;
    padding:  10vh 2% 0 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-family: 'Oswald',sans-serif;
}
.us_section > div > h1{
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 3vw;
}
.us_section > div > p{
    font-size: 1.4vw;
    font-weight: 200;
    letter-spacing: 1px;
}
.us_info{
    font-family: 'Oswald',sans-serif;
    padding: 4% 9%;
    color: #969595;
    display: flex;
    letter-spacing: 1px;
    align-items: center;
}
.us_info > div{
    padding-right: 4%;
}
.us_info > div:last-child{
    padding-right: 0;
    padding-left: 4%;
}
.us_info h2{
    font-weight: 300;
    text-align: center;
    font-size: 1.3vw;
    margin-bottom: 20px;
}
.info-title{
    text-align: center;
}
.us_info.mfx{
    padding: 4% 6%;
}
.us_logos{
    display: flex;
    flex-direction: column;
    margin-bottom: 55px;
    padding: 0 8%;
    justify-content: center;
    align-items: center;
}
.us_logos h3,.info-title{
    font-size: 2.5vw;
    font-family: 'Oswald',sans-serif;
    color: #1d0a97;
    margin-bottom: 50px;
}
.logos{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.logos img{
    margin: 0 7px;
    transition: transform .3s ease-in-out;
    cursor: pointer;
}
.logos img:hover{
    transform: scale(1.15);
}
.mercedes_logo{
    height: 90px;
}
.freightliner_logo{
    height: 50px;
}
.international_logo{
    height: 45px;
}
.hino_logo{
    height: 55px;
}
.logos img{
    padding: 0 25px;
}
.us_info.column{
    flex-direction: column;
    padding-top: 0;
    padding-left: 4.5%;
}
.us-info-company{
    padding: 0!important;
    margin-bottom: 122px;
    text-align: center;
}
.us-info-company:last-child{
    margin-bottom: 0;
}
.us-info-company h4{
    color: #424242;
    margin-bottom: 30px;
    font-size: 35px;
}
.us-info-company p{
    font-weight: 300;
    font-size: 23px;
}
.us-info-values{
    margin-right: 3%;
}
.values-title{
    color: #424242;
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
}
.values-colum{
    display: flex;
    flex-direction: column;
}
.values-list{
    display: flex;
    list-style: none;
    color: #fff;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}
.values-list li{
    background-color: #1d0a97;
    margin: 2% 2%;
    padding: 20px;
    border-radius: 10px;
    width: 228px;
    transition: transform .3s ease-in-out;
}
.values-list li:hover{
    transform: scale(1.15);
}
.values-list li > h4{
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 22px;
}
.values-list li > p{
    font-weight: 200;
    font-size: 20px;
}
.row{
    display: flex;
}
.quality-policy-container{
    color: #424242;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    padding: 0 6% 3%;
}
.quality-policy{
    font-weight: 300;
    font-size: 23px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    color: #969595;
    text-align: center;
}
@media screen and (max-width: 1440px){
    .logos{
        flex-wrap: wrap;
    }
    .logos img{
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0 30px;
    }
    .us_logos h3{
        margin-bottom: 30px;
        font-size: 3vw;
    }
}
@media screen and (max-width: 1024px){
    .us_section{
        flex-direction: column;
        height: fit-content;
        background-size: cover;
        background-position: center center;
    }
    .us_section > div {
        padding-top: 6vh;
    }
    .us_logo {
        margin-top: 7vh;
    }
    .us_section > div > h1{
        font-size: 8vw;
    }
    .us_section > div > p{
        font-size: 4vw;
    }
    .us_info{
        flex-direction: column;
        padding-top: 7vh;
        padding-bottom: 7vh;
    }
    .us_info > div{
        justify-content: center;
    }
    .us_info > div:last-child{
        padding: 0;
    }
    .us_info > div > h2{
        font-size: 3vw;
    }
    .us_info > div > img{
        width: 100%;
        margin-top: 5vh;
    }
    .us-info-company{
        margin-bottom: 58px;
    }
    .us-info-values{
        margin-right: 0;
    }
    .us_logos h3,.info-title{
        margin-bottom: 20px;
        font-size: 4vw;
    }
    .logos img{
        padding: 0 20px;
    }
    .mercedes_logo{
        width: 340px;
        height: auto;
    }
    .freightliner_logo{
        width: 300px;
        height: auto;
    }
    .international_logo{
        width: 370px;
        height: auto;
    }
    .hino_logo{
        width: 290px;
        height: auto;
    }
}
.us_logo{
    /*width: 415px;*/
    width: 65%;
}
@media screen and (max-width: 768px){
    .us_logos h3,.info-title{
        font-size: 6.5vw;
        margin-bottom: 40px;
    }
    .logos{
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .logos img{
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .values-row{
        margin-bottom: 30px;
    }
    .mercedes_logo{
        width: 70%;
        height: auto;
    }
    .freightliner_logo{
        width: 68%;
        height: auto;
    }
    .international_logo{
        width: 75%;
        height: auto;
    }
    .hino_logo{
        width: 67%;
        height: auto;
    }
    .values-list li{
        margin: 4% 2%;
    }
    .values-list li:hover{
        transform: scale(1.15);
    }
    .logos img:hover{
        transform: scale(1.25);
    }
}
@media screen and (max-width: 425px){
    .us_section > div:last-child{
        padding-top: 40px;
    }
    .us_info > div > h2{
        font-size: 5vw;
        margin-bottom: 30px;
    }
    .us_section > div > p{
        font-size: 5vw;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .us_logo{
        margin: 0;
        margin-bottom: 20px;
        width: 80%;
    }
    .us_info{
        flex-direction: column;
        padding-top: 4vh;
        padding-bottom: 4vh;
    }
    .us_info > div > img{
        width: 100%;
        margin-top: 0;
    }
    .us-info-company{
        margin-bottom: 33px;
    }
    .us-info-company h4,.values-title{
        font-size: 7.5vw;
    }
    .us_logos h3,.info-title{
        font-size: 9.5vw;
        margin-bottom: 40px;
    }
    .logos img{
        margin-bottom: 30px;
        padding: 0;
    }
    .mercedes_logo{
        width: 253px;
        height: auto;
    }
    .freightliner_logo{
        width: 251px;
        height: auto;
    }
    .international_logo{
        width: 300px;
        height: auto;
    }
    .hino_logo{
        width: 237.5px;
        height: auto;
    }
    .us-info-company p{
        font-size: 18px;
    }
    .quality-policy{
        font-size: 18px;
    }
}
@media screen and (max-width: 375px){
    .us_info{
        margin-bottom: 20px;
    }
    .us_logos h3,.info-title{
        font-size: 9.5vw;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 325px){
    .us_logos h3,.info-title{
        font-size: 10vw;
        margin-bottom: 20px;
    }
    .mercedes_logo{
        width: 223px;
        height: auto;
    }
    .freightliner_logo{
        width: 221px;
        height: auto;
    }
    .international_logo{
        width: 250px;
        height: auto;
    }
    .hino_logo{
        width: 190px;
        height: auto;
    }
    .logos img{
        margin-bottom: 20px;
        padding: 0;
    }
}