﻿* {
    box-sizing: border-box;
}

.box2 {
    float: left;
    width: 33.33%;
    padding: 3em;
    text-align: center;
}

.clearfix2::after {
    content: "";
    clear: both;
    display: table;
    text-align: center;
}
