/*hero*/
.lawyer_hero_section {
    background: linear-gradient(rgba(30, 30, 30, 0.7), rgba(30, 30, 30, 0.7)), url('/wp-content/uploads/2023/10/Mask-group-1-3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 384px;
}
.lawyer_hero_column {
    max-width: var(--global-width-mob-1);
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.lawyer_hero_title {
    color: #fff;
    max-width: 800px;
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 30px;
    line-height: 40px;
}
.shape {
    position: relative;
}
.shape_element {
    width: 100%;
    aspect-ratio: 3;
    background-color: #fff;
    clip-path: polygon(0 72%, 0% 100%, 34% 100%);
    position: absolute;
    bottom: 0;
    z-index: 10;
}
.shape_element_two {
    width: 100%;
    aspect-ratio: 3;
    background-color: #fff;
    clip-path: polygon(100% 46%, 100% 100%, 33% 100%);
    position: absolute;
    bottom: 0;
    z-index: 10;
}

/*content*/
.lawyer_content {
    background-image: url("/wp-content/uploads/2023/10/still-life-with-scales-justice-6-2-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 1353px;
    position: relative;
    top: -115px;
    z-index: 11;
    margin-bottom: -115px;
}
@media only screen and (max-width: 400px) {
    .lawyer_content {
        height: 1410px;
    }
}
.lawyer_content_inner {
    width: var(--global-width-mob-1);
    margin: auto;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.lawyer_img {
    height: 350px;
}
.lawyer_content_inner .content h2 {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 36px;
    line-height: 48px;
    color: var(--custom-color-2);
    margin-top: 0;
    margin-bottom: 22px;
}
.lawyer_content_inner .content p {
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    margin-top: 0;
}
.lawyer_content_inner .content p a {
    font-weight: var(--global-font-weight-600);
    color: var(--custom-color-4);
}
