.sec36inner1 .icon, 
.sec36inner2 .icon {
	width: 83px;
	height: 83px;
	background: #f5ae2e;
	background: -moz-linear-gradient(top, #f5ae2e 0%, #ee4f01 100%);
	background: -webkit-linear-gradient(top, #f5ae2e 0%, #ee4f01 100%);
	background: linear-gradient(to bottom, #f5ae2e 0%, #ee4f01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ae2e', endColorstr='#ee4f01', GradientType=0);
	box-shadow: 0 15px 40px 0px rgba(0, 0, 0, 0.2);
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	display: flex;
	margin: 0 30px 0 0;
}

.sec36inner1 .icon {
  border-radius: 50%;
}

.cntactfoot {
  padding: 90px 0;
}

@media screen and (max-width: 767px) {
  .casestdycont .commonbnr {
    height: auto;
    padding: 52px 0 !important;
  }
}