#class1{
	margin: 0 auto;
}


.ourworks-box{
	width: 60%;
	justify-content: center;
	text-align: center;
}

.our-works-head{
	font-size: 30px;
	font-weight: 400;
	color: black;
}


.flex-column-1{
	height: 70%;
	width: 100%;

}
.flex-column-2{
	height: 80%;
	width: 80%;
	align-items:center;
	margin: 0 auto;
}
.text-gray{
	color: gray;
}
.pic{
   
    margin: 0 auto;
   
    transition: all .2s ease-in-out;
}

.introduce:hover .pic{
	transform: scale(1.1);
}