section > div{ margin:210px 0; display:flex; justify-content: center;}
section > div > div{ display:inline-block; text-align:center;}
section > div > div > h4 {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  position:relative;
  margin-bottom:76px;
}
section > div > div > h4 > span{ position:relative;}
section > div > div > h4 > span:after{ content:""; width:calc(100% - 88px); height:3px; background-color:#1435f6; display:inline-block; left:44px; bottom:-13px; position:absolute;}

section > div > div > div{
	width:90%; max-width:1254px;
	margin:auto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}