.beyond_p-row {
display: block;
padding: 0;
width: 100%;
box-sizing: border-box;
position: relative;
}
.beyond_p-row > .beyond_p-col {
box-sizing: border-box;
float: left;
position: relative;
}
.beyond_p-row:after {
content: "";
display: table;
clear: both;
}