.icon-text__image {
	height: 120px;
	width: auto;
}

.icon-text__gradient::after{
	background: linear-gradient(180deg, var(--secondary-palette-warm-grey-100) 0%, var(--secondary-palette-white) 100%);
}

.icon-text {
	background-repeat: no-repeat;
	background-size: cover;
}

.icon-text__tooltip--icon{
	width: 20px;
}

.icon-text::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-position: top;
	background-repeat: repeat-x;
	z-index: -1;
}

.icon-text__box {
	height: 250px;
}

.icon-text__cross-border .col-lg-4 {
	position: relative;
}

.icon-text__cross-border .col-lg-4:nth-child(1)::before,
.icon-text__cross-border .col-lg-4:nth-child(2)::after,
.icon-text__cross-border .col-lg-4:nth-child(2)::before,
.icon-text__cross-border .col-lg-4:nth-child(1)::after{
	display: none;
}

.icon-text__cross-border .col-lg-4:nth-child(3n+1)::before, .icon-text__cross-border .col-lg-4:nth-child(3n+2)::after{
	content: "";
	position: absolute;
	top: 0;
	right: -116px;
	margin: 0 auto;
	height: 1px;
	width: 240px;
	background-color: var(--secondary-palette-warm-grey);
}

.icon-text__cross-border .col-lg-4:nth-child(3n+1)::after, .icon-text__cross-border .col-lg-4:nth-child(3n+2)::before{
	content: "";
	position: absolute;
	top: -116px;
	right: 0;
	margin: 0 auto;
	height: 240px;
	width: 1px;
	background-color: var(--secondary-palette-warm-grey);
}

.tooltip {
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  	max-width: 100%;
    text-align: center;
    border-radius: 0;
	font-family: SofiaProLight;
    padding: 10px 10px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 45px;
    width: auto;
	box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.16);
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

@media only screen and (width <= 995px) {
	.icon-text__cross-border .col-lg-4:nth-child(3n+2)::before, .icon-text__cross-border .col-lg-4:nth-child(7)::after{
		display: none;
	}

	.icon-text__cross-border .col-lg-4:nth-child(2)::after, .icon-text__cross-border .col-lg-4:nth-child(2)::before{
		display: none;
	}

	.icon-text__cross-border .col-lg-4:nth-child(even)::after{
		content: "";
		position: absolute;
		top: -130px;
		right: unset;
		left: 0;
		margin: 0 auto;
		height: 240px;
		width: 1px;
		background-color: var(--secondary-palette-warm-grey);
	}

	.icon-text__cross-border .col-lg-4:nth-child(even)::before
	{
		content: "";
		position: absolute;
		top: 0;
		right: unset;
		left: -117px;
		margin: 0 auto;
		height: 1px;
		width: 240px;
		background-color: var(--secondary-palette-warm-grey);
	}
}

@media screen and (width <= 575px) {
	.icon-text__cross-border .col-lg-4::after,
	.icon-text__cross-border .col-lg-4::before {
		display: none;
	}

	.icon-text__cross-border .col-lg-4 .icon-text__card::after {
		content: "";
		position: absolute;
		width: 213px;
		height: 1px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 auto;
		background-color: var(--secondary-palette-warm-grey);
	}

	.icon-text__cross-border .col-lg-4:last-child .icon-text__card::after {
		display: none;
	}

	.icon-text__tooltip.icon-text__cross-border .col-lg-4 .icon-text__card::after{
		display: none;
	}
}
