#t3{
	text-align: center;
	align-items: center; 
	margin-bottom: 30px;

}
  #t3{
/*        padding-top: 120px;*/
      }

      .servicediv{
        padding-top: 30px;
      }
      .h1{
        color: orangered;
      }
.h1{
	font-size: 30px;
}

.servicediv{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.div{
	border: 2px solid;
	height: 300px;
	width: 210px;
	margin: 20px;
	padding: 10px;
	background-color: orange;
	background-image: url(..//serviceimg/chakr.png);
	justify-items: center;
	text-align: center;
}
.div img{
	height: 110px;
	width: 110px;
	border-radius: 10px;
}