.box {
    width: border-box;
}

.box-padding {
    width: border-box;
    padding: 0.7em;
}