.section-body-text .center{grid-column:5/span 4;}
.section-body-text .body-text{display:flex;flex-direction:column;gap:24px;}
.section-body-text .body-text a{color: var(--technical);text-decoration:underline;}
.section-body-text .body-text-inr{display:grid;gap:22px;}
@media(min-width:992px){
  .section-body-text .wrapper{padding:0 32px;}
}
@media(max-width:991px){
  .section-body-text .wrapper{padding:0 16px;}
}