.legal-section .l-pics a img{
    margin: 15px 0;
    height: 450px;
}

.legal-section .title h2{
  color: var(--black-color);
margin: 10px 0px;
font-size: 45px;
position: relative;
padding-bottom: 5px;
}
.legal-section .title h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 2px;
    width: 100px;
    background-color: var(--primary-color);
}