.AboutLaw p {
    color: var(--Neutral-600, #999);
    font-size: calc(0.3vw + 0.84rem);
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-bottom: 8px;
}
@media (max-width:991px) {
    .AboutLaw h3 {
       text-align:center
    }
}
@media (max-width:768px) {
    .AboutLaw h3 {
        margin-top:10px
    }
}