.insdustry-sectors{

	position: relative;

}

.insdustry-sectors h3 span {

    color: #fff;

    font-weight: 400;

}

.insdustry-sectors-list{ margin-top:70px; }

.insdustry-sectors .icon-box {

    margin: 0.2rem;

    height: 170px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    background-color: transparent;
	
	border:1px solid #e9e9e9;

    border-radius: 10px;

}

.insdustry-sectors .icon-box img {

    height: 2.5rem;

    width: 2.5rem;

    filter: brightness(1) invert(0);

    transition: transform 0.6s;

    transform-style: preserve-3d;

}

.insdustry-sectors .icon-box h4{

	font-size: 15px;

	font-weight: 600;

    text-transform: uppercase;

    margin-top: 1rem;

    margin-bottom: 0;

    color: var(--dark-color);
	/*
    background: #fff;

    background: linear-gradient(to left, #fff 0%, #fff 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
	*/

}

.insdustry-sectors .icon-box:hover img{

	/* filter: none; */

    transition: 0.9s;

    transform: rotateY(180deg);

}
/*
.insdustry-sectors .icon-box:hover h4{

	background: #c4ff68;

	background: linear-gradient(to left, #c4ff68 0%, #c4ff68 100%);

	-webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}
*/
.insdustry-sectors .insdustry-sectors-column{

    display: grid;

    grid-gap: 20px 20px;

    grid-template-columns: repeat(6, 1fr);

}
/*
.insdustry-sectors .icon-box:hover {

    -webkit-filter: drop-shadow(0px 0px 30px rgba(196, 255, 104, 0.7));

    filter: drop-shadow(0px 0px 30px rgba(196, 255, 104, 0.7));

}
*/