.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
  }
.check-mark {
    height: 50px;
    margin-right: 15px;
}

.num-style {
    color: #ffbf00;
    font-size: 50px;
    font-weight: 900;
    margin-right: 15px;
    margin-bottom: 0 !important;
    line-height: 1;
}
.v-around {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
} 
.ol-style-1 .ol-style-1 {
    margin-top: 15px;
}
.ol-style-1 { counter-reset: item }
.ol-style-1 li{ display: block }
.ol-style-1 li:before { content: counters(item, ".") " "; counter-increment: item }
.tehzak-function {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}
.tehzak-function .title {
    display: flex;
    align-items: center;
}
.tehzak-function .title .num {
    color: #ffbf00;
    font-size: 50px;
    font-weight: 900;
    margin-right: 15px;
    margin-bottom: 0 !important;
}
.tehzak-function .item {
	position: relative;
	padding: 30px;
	transition: 0.5s; 
}
.tehzak-function .item:not(:last-child):hover {
	background: #f1f1f1;
}
.tehzak-function .icon {
	height: 250px; 
}
 
 .tehzak-function .title { 
	margin-bottom: 30px; 
} 
.tehzak-function .arrow {
	height: 70px;
    position: absolute;
	right: -45px;
    top: 50%;
    transform: translateY(-50%);
}
.tehzak-function  .item:nth-child(3n) .arrow{
	display: none;
  }
 
@media (max-width: 1023px) {
	.tehzak-function .item { 
		padding: 0px; 
	}
	.tehzak-function .item:hover { 
		background: none !important;
	}
}
@media (max-width: 992px) {
	.tehzak-function { 
		grid-template-columns: 1fr 1fr; 
	} 
	  .tehzak-function .item:nth-child(3n) .arrow {
		display: block;
	}
	.tehzak-function  .item:nth-child(2n) .arrow{
		display: none;
	  }
}
@media (max-width:767px) {
	.tehzak-function { 
		grid-template-columns: 1fr; 
	}
	.tehzak-function .arrow {
		height: 70px; 
		right: 0;
		bottom: -45px; 
		transform: rotate(90deg);
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		text-align: center;
		top: auto;
	}
	.tehzak-function .item { 
		display: flex;
		justify-content: space-between;
	} 
	.tehzak-function .arrow {
        height: 40px; 
    }
	.tehzak-function .title { 
		width: 60%;
		margin-bottom: 0px;
		margin-right: 10px;
	}
	.tehzak-function .item .arrow {
        display: block !important;
    }
	.tehzak-function .icon {
		height: 130px;
		max-width: 100%;
	}
	.tehzak-function .item:last-child {
		justify-content: center;
	}
}