.block-notre-stratgie{
	display: flex;
	width: 872px;
	height: 150px;
	align-items: center;
	gap: 22px;
	margin: 81px auto 123px;
}
.page-template-tpl-about  .block-notre-stratgie{
	position: relative;

}
.page-template-tpl-about .block-notre-stratgie::before {
  content: "";
  position: absolute;
  left: 50%;                
  top: -375px;
  width: 1146px;
  height: 1049px;
  transform: translateX(-50%) scaleY(-1);
  transform-origin: center center;
  background: linear-gradient(180deg, rgba(255,255,255,0) 15.3%, rgba(27,53,94,0.2) 100%);
  border-radius: 41px;
  pointer-events: none;
  z-index: -1;           
}
.block-notre-stratgie-item{
	width: 276px;
	height: 150px;
	border-radius: 20px;
	font-family: "Exo 2", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: -0.01em;
	padding: 0px 21px;
}
.block-notre-stratgie-item strong{
	font-weight: 600;
	text-transform: uppercase;
	display: block;
}