.em-header-contact:before{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* color: #00aaff; */
  color: #d8a729;
  font-family: FontAwesome;
  font-size: 3rem;
  line-height: 1;
  content: "\f1fa";
}

.wa-header-contact:before{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* color: #00aaff; */
  color: #d8a729;
  font-family: FontAwesome;
  font-size: 3rem;
  line-height: 1;
  content: "\f232";
}

@media screen and (min-width: 1280px){
	.my-container {
		max-width: 100%;
		padding: 0px;
	}
}

.home-ibc{
	background-color: #1d1c3b;
}
.home-ibc .info-box{
	color: #fff;
}
.home-ibc .info-box h4{
	color: #fff;
}

.home-ibc .info-box i{
	color: #d8a729;
}

@media screen and (min-width: 768px){
	.home-ibc .info-box{
		max-width: 25%;
	}
}