* {
   box-sizing: border-box;
 }
 
 .box {
   float: left;
   width: 33.33%;
   padding: 50px;
  
   color: #444444;
 }
 
 .clearfix::after {
   content: "";
   clear: both;
   display: table;
 }
