.hero-legal{
    background-image: url('../images/bujaldon-legal.jpg');
    background-size: cover;
    height: 43.5625rem;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(106deg, rgba(0, 0, 0, 0.30) 25.42%, rgba(102, 102, 102, 0.00) 69.53%);
    pointer-events: none;
}


.hero-legal p{
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.05rem;
}

.legal-advice-content h2 {
    color: #4F473D;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem; /* 125% */
    letter-spacing: 0.1rem;
}

.legal-advice-content p{
    color: #4F473D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.25rem; /* 125% */
    letter-spacing: 0.05rem;
}