.rorets-grid-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 500px;
    margin-bottom: 80px;
    left: -30px;
}

.category-subwrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 49%;
    height: 100%;
}

.c-s__one {
    flex-flow: row wrap;
}

.c-s__two {
    flex-flow: column wrap;
}
  
.box {
    background-color: #444;
    padding: 20px;
    font-size: 150%;
    overflow: hidden;
    position: relative;
    padding: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
  
.box.a {
    width: 100%;
    height: 48%;
    order: 1;
}
.box.b {
    width: 48%;
    height: 48%;
    order: 2;
}
.box.c {
    width: 48%;
    height: 48;
    order: 3;
}
.box.d {
    width: 48%;
    height: 100%;
    order: 1;
}
.box.e {
    width: 48%;
    height: 48%;
    order: 2;
}
.box.f {
    width: 48%;
    height: 48%;
    order: 3;
}

.rorets-grid-wrapper .box .title-wrapper {
	position: absolute;
	bottom: 8px;
}
.rorets-grid-wrapper .box .title-wrapper h3 {
	color: #004366;
	font-size: 0.8em;
	font-weight: 600;
	margin-bottom: 0
}
.rorets-grid-wrapper .box .title-wrapper hr {
	position: relative;
	width: 16px;
	margin: 0;
	border: 0;
	border-bottom: 3px solid #EBA607;
	top: 0px;
}