.new-tech-wrapper{
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 280px 100px;
}
.new-tech-wrapper img{
    width: 100%;
    max-width: none !important;
}
@media only screen and (max-width: 1265px){
    .new-tech-wrapper{
        padding: 0 100px 100px;
    }
}
@media only screen and (max-width: 1090px){
    .new-tech-wrapper{
        padding: 0 50px 70px;
    }
}
@media only screen and (max-width: 468px){
    .new-tech-wrapper{
        padding: 0 40px 30px;
    }
}