section.content-boxes .content-boxes-outer {
  text-align: left;
}

section.content-boxes .content-boxes-outer .content-boxes-items {
  height: 350px;
  display: table;
  width: 100%;
}

.slim {
  height: 100px!important;
}

section.content-boxes .content-boxes-outer .content-boxes-items p {
  color: #fff;
}

section.content-boxes .content-safer {
  background-color: #b70457;
}

section.content-boxes .boxes-align {
  display: table-cell;
  vertical-align: middle;
}

section.content-boxes .small-box, 
section.content-boxes .large-box {
  margin: 0 auto;
  text-align: center;
}

section.content-boxes .content-boxes-items h2 {
  font-size: 35px;
  color: #fff;
  font-weight: 400;
  line-height: 37px;
  text-align: center;
  margin: 20px 0 10px;
  text-transform: uppercase;
}

section.content-boxes .content-boxes-items p {
  font-size: 25px;
  color: #fff;
}

.team-img img {
    height: auto;
}

@media only screen and (max-width:900px) {
	section.content-boxes .content-boxes-items p {
		font-size: 14px;
	}

	.title {
		width: 100px;
		height: 70px;
	}


	.footer-social-icon {
		margin-bottom: 20px!important;
	}

}
