@media screen and (max-width: 640px) {
.box_33,
.box_66,
.four,
.three {
   width: 50%;
}
}

@media screen and (max-width: 480px) {
.box_33,
.box_66,	
.three {
   width: 100%;
}
}