div.points-forts{display:grid;gap:30px 100px;grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (max-width:767px){div.points-forts{grid-template-columns:repeat(1,minmax(0,1fr))}}div.points-forts.full-width{grid-template-columns:repeat(1,minmax(0,1fr))}div.points-forts div.point div.title{align-items:flex-end;border-bottom:1px solid #c6eeff;display:flex;gap:10px;justify-content:space-between;padding-bottom:10px}div.points-forts div.point div.title span{color:var(--wp--preset--color--primary);font-weight:700;line-height:1;text-align:right;text-transform:uppercase}div.points-forts div.point div.title span:first-child{flex:0 0 auto;font-size:50px}@media screen and (max-width:767px){div.points-forts div.point div.title span:first-child{font-size:30px}}
