﻿
.article .container {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 10px;
}

.lawyer {
    margin-right: 30%;
}

    .lawyer::before {
        content: " ";
        position: absolute;
        background-color: #2989EA;
        width: 100vw;
        height: 270px;
        z-index: -1;
        left: 0;
        top: -20px;
        opacity: 0.8
    }

.lawyer_profile, .lawyer_description {
    display: flex;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 2px #eee;
}

.lawyer_description {
    margin-top: 20px;
    flex-direction: column;
}

.lawyer_photo {
    width: 300px;
    height: 300px;
    padding: 10px;
    margin: 10px;
}

    .lawyer_photo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

.lawyer_info {
    padding: 10px;
    margin: 10px;
    flex: 1;
    justify-content:center;
    display:flex;
    flex-direction:column;

}

    .lawyer_info .lawyer_info_1 {
        display: flex;
        justify-content: space-between;
    }

.lawyer_name {
    font-size: 20px;
    font-weight: bold;
}

.lawyer_number {
    font-size: 14px;
    color: cadetblue;
    font-weight: bold;
}

.lawyer_info_3 {
    display: flex;
    flex-wrap:wrap;
    margin: 5px 0px;
}

.article_area {
    font-size: 12px;
    background-color: lightskyblue;
    padding: 3px 5px;
    color: white;
    margin-right: 10px;
    margin-bottom: 5px;
}

.lawyer_info_4 > div {
    display: flex;
    font-size: 14px;
    color: #333;
}


.lawyer_info_label {
    font-size: 14px;
    color: cadetblue;
    font-weight: bold;
    margin-right: 5px;
}

    .lawyer_info_label:after {
        content: ":"
    }

.article_position {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    color: #ddd;
}

    .article_position a {
        font-size: 14px;
        color: #ddd;
        text-decoration: none;
    }

        .article_position a:hover {
            color: white;
        }

.layer_info_tabs a {
    color: #333;
    text-decoration: none;
    padding: 5px 30px;
}

    .layer_info_tabs a.active {
        color: #2989EA;
        font-weight: bold;
        border-bottom: 3px solid #2989EA;
    }

.layer_info_contents {
    margin-top: 10px;
    padding: 10px 20px;
}

    .layer_info_contents .layer_info_content {
        display: none;
    }

        .layer_info_contents .layer_info_content.active {
            display: block;
        }
