.icon-box-without-desc__box:nth-last-child(-n+1){
    margin-bottom: 0;
}

.icon-box-with-desc__box:nth-last-child(-n+1){
    margin-bottom: 0;
}

.icon-box-with-description::after, .icon-box-without-description::after{
	content: "";
	position: absolute;
	top:0;
	right: 0;
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.icon-box__cross--lines:first-child::before, .icon-box__cross--lines:first-child::after{
	display: none;
}

.icon-box__cross--lines:nth-child(odd)::before{
	content: "";
    position: absolute;
    top: -119px;
    right: 0;
    margin: 0 auto;
    height: 240px;
    width: 1px;
    background-color: var(--secondary-palette-warm-grey);
}

.icon-box__cross--lines:nth-child(odd)::after{
	content: "";
    position: absolute;
    top: 0;
    right: -116px;
    margin: 0 auto;
    height: 1px;
    width: 240px;
    background-color: var(--secondary-palette-warm-grey);
}

@media only screen and (width <= 768px){
	.icon-box__cross--lines::before, .icon-box__cross--lines::after{
	display: none;
}
}
