html, body {
    max-width: 100%;
    overflow-x: hidden !important;
}


.team-box {
  text-align: center !important;
  padding: 60px 60px 30px 60px
}


.team-title {
  padding-top: 14px;
  font-size: 14px;
  line-height: 21px;
  text-align: center !important;
  min-height: 98px;
}

.team-name {
  font-size: 16px;
  font-weight: 700;
}

.team-img {
  width: 80%;
}


@media(max-width: 500px) {
	.team-title {
		padding-top: 15px !important;
	}
	.team-box {
		padding: 30px !important;
	}
}

@media(min-width: 990px) {
	.manual-col {
	    padding:30px !important;
	}
}

@media(min-width: 768px) {
	.team-box {
	    padding:30px !important;
	}
}
