div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.tehzak-function {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}
.tehzak-function .item {
	position: relative;
	padding: 30px;
	transition: 0.5s; 
}
.tehzak-function .item:not(:last-child):hover {
	background: #f1f1f1;
}
.tehzak-function .icon {
	height: 250px; 
}
 .title {
	display: flex; 
	align-items: center;
}
 .tehzak-function .title { 
	margin-bottom: 30px; 
}
.title .num {
	color: #ffbf00;
    font-size: 50px;
    font-weight: 900;
	margin-right: 15px;
	margin-bottom: 0 !important;
}
.tehzak-function .arrow {
	height: 70px;
    position: absolute;
	right: -45px;
    top: 50%;
    transform: translateY(-50%);
}
.tehzak-function  .item:nth-child(3n) .arrow{
	display: none;
  }
.display-center {
	display: flex;
    align-items: center;
    justify-content: center;
}
.check-mark {
	height: 50px;
	margin-right: 15px;
}
.goals .item {
	margin-bottom: 15px;
}
#FormPopup {
	width: 700px;
	max-width: 100%;
}
@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;
	}
}