  .professionals {
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
        padding-bottom: 40px;
    }

    .professional {
        /*border: 1px solid #dde5ec;*/
        border-radius: 5px;
        padding: 10px;
        /*width: 300px;*/
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
    }

    .pl_name {
        font-weight: bold;
        font-size: 16px !important;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 10px;
    }

    .pl_option {
        padding-top: 0px;
        margin-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .pl_avatar {
        text-align: center;
    }

    .pf_bio {
        margin-top: 10px;
        line-height: 25px;
        padding: 12px;
    }

    .pl_avatar img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
    }
    
    

    .full_professional {
        border-radius: 5px;
        padding: 10px;
        width: 80%;
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
    }


    .pl_linkedin {
        color: #fa931f;
        font-weight: bold;
        text-align: center;
        display: flex;
        align-items: end;
        justify-content: center;
        flex: 1;
    }

    .pl_linkedin a {
        color: #fa931f;
    }

    .pl_skills {
        margin-top: 14px;
        margin-bottom: 14px;
        ;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .pl_skills div {
        background-color: #fa931f;
        color: white;
        font-weight: bold;
        padding: 2px 8px;
        border-radius: 15px;
        font-size: 10px;
    }

    .container_profesisonal {
        display: flex;
        justify-content: center;
    }

    .pf_linkedin {
        font-weight: bold;
        color: #fa931f;
        width: 100%;
        text-align: center;
        cursor: pointer;
        padding-top: 12px;
        padding-bottom: 12px;
    }