.bluecolor {
  background-color: #303030;
}
.greencolor {
  background-color: #72C5A4;
}
.yellowcolor {
  background-color: #EEC630;
}
.content-header {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.content-box {
  width: 75%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.content-column {
  width: 100%;
  height: 200px;
}
.content-column-top {
  width: 100%;
  height: auto;
}
.div100 {
  width: 100%;
  height: auto;
}
.img-cover {
  width: 100%;
  height: 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-size: cover;
}
.content-outline {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 3px solid #fff;
  outline-offset: -3px;
}
.content-border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 3px solid #fff;
}
.content-icon {
  width: 100%;
  font-size: 4.5em;
}
.content-icon2 {
  width: 100%;
  font-size: 3.5em;
}
.content-text {
  width: 100%;
  font-weight: 500;
  line-height: 1.5;
}
.content-text2 {
  width: 100%;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.4;
}
