.section-body-text .wrapper{padding : 0 12px;}
.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;}

@media(max-width:991px){
    .section-body-text .wrapper{padding : 0 16px;}
}