.features-center-con
{
  margin: 2em 0;
}

.features-center-unit
{
  display:flex;
}

.features-center-text-unit
{
  display:flex;
  margin: auto;
  text-align: center;
}

.features-center-title
{
  max-width: 1100px;
  font-size: 2.5em;
  margin: 0 auto 1em auto;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: -1.2px;
  color: #222328;
}

/*
.features-center-text
{
  font-size: 1em;
  max-width: 539px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #222328;
}*/
.features-center-text
{
  margin: 0 auto 4em auto;
  max-width: 1100px;
  opacity: 0.7;
  font-size: 1.1em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #000000;
}



.features-center-text-inner
{
  align-self: center;
  margin: auto;
}

.features-center-image
{
  align-self:center;
  text-align:center;
  object-fit: contain;  
  margin: auto;
}
.features-center-image-inner
{
  box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.1)
}
.features-center-img-sm
{
  height:3em;
}

.features-center-w50
{
  width: 50%;
}
.features-center-w100
{
  width:100%;
}




.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
