
.cf::after {
    content: "";
    display: table;
    clear: both;
}
.layout-wrap {
    display: flex;
}
.layout-side {
    flex: 1;
}
.layout-main {
    flex: 2;
}