﻿.corporateCulture {
    top: 50%;
    left: 50%;
    width:100%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    width:1035px;   
    z-index:3;
}
.corporateCulture > img{
    display:block;
    float:right;

}
.corporateCulture > img:nth-child(2){
    float:left;
}

@media screen and (max-width:820px) {
.corporateCulture{
    width:98%;
}
.corporateCulture > img{
    width:90%;
}
}
