.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  text-align: center;
  margin: 0;
}

.imgs {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 10px 0 10px 0;
}

.infos p {
  font-size: 15px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 10px;
  margin: 0 30px;
  line-height: 1.7;
}

.infos p a {
  text-decoration: none;
  letter-spacing: 1px;
  color: #fff;
}


.info-1 p a:hover {
	color: #59405c;
}

.info-1 {
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
}

.img-1 {
  background-image: url("sound.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: 
		inset 0 0 0 0 rgba(89, 64, 92, 0.4),
		inset 0 0 0 20px rgba(255, 255, 255, 0.5),
		0 1px 2px rgba(0, 0, 0, 0.3);
	transition: all 0.4s ease-in-out;
}

.img-1:hover {
  box-shadow: 
		inset 0 0 0 150px rgba(89, 64, 92, 0.6),
		inset 0 0 0 20px rgba(89, 64, 92, 0.6),
		0 1px 2px rgba(0, 0, 0, 0.5);
}




.infos h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
	font-size: 25px;
 /* height: 30px;*/
	margin: 0;
	padding: 55px 0 15px 0;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
		   
}

.imgs:hover .infos {
  transform: scale(1);
	opacity: 1;
}



.info-2 p a:hover {
	color: #59405c;
}

.info-2 {
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
}

.img-2 {
  background-image: url("gdesgin.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: 
		inset 0 0 0 0 rgba(89, 64, 92, 0.4),
		inset 0 0 0 20px rgba(255, 255, 255, 0.5),
		0 1px 2px rgba(0, 0, 0, 0.3);
	transition: all 0.4s ease-in-out;
}

.img-2:hover {
  box-shadow: 
		inset 0 0 0 150px rgba(89, 64, 92, 0.6),
		inset 0 0 0 20px rgba(89, 64, 92, 0.6),
		0 1px 2px rgba(0, 0, 0, 0.5);
}



.info-3 p a:hover {
	color: #59405c;
}

.info-3 {
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
}

.img-3 {
  background-image: url("trust.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: 
		inset 0 0 0 0 rgba(89, 64, 92, 0.4),
		inset 0 0 0 20px rgba(255, 255, 255, 0.5),
		0 1px 2px rgba(0, 0, 0, 0.3);
	transition: all 0.4s ease-in-out;
}

.img-3:hover {
  box-shadow: 
		inset 0 0 0 150px rgba(89, 64, 92, 0.6),
		inset 0 0 0 20px rgba(89, 64, 92, 0.6),
		0 1px 2px rgba(0, 0, 0, 0.5);
}



.info-4 p a:hover {
	color: #59405c;
}

.info-4 {
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
}

.img-4{
  background-image: url("quality.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: 
		inset 0 0 0 0 rgba(89, 64, 92, 0.4),
		inset 0 0 0 20px rgba(255, 255, 255, 0.5),
		0 1px 2px rgba(0, 0, 0, 0.3);
	transition: all 0.4s ease-in-out;
}

.img-4:hover {
  box-shadow: 
		inset 0 0 0 150px rgba(89, 64, 92, 0.6),
		inset 0 0 0 20px rgba(89, 64, 92, 0.6),
		0 1px 2px rgba(0, 0, 0, 0.5);
}

.custom-h3 h3 {
    font-size: 21px !important;
    line-height: 33px;
    font-weight: 300;
    margin: 0;
    font-weight: bold;
}