/* *{
    margin: 0;
    padding: 0;
} */
/* ----------------------------------------------- Collaborator section------------------------------------------------------------- */
.block-heading{
    width: 100%;
    /* border: 2px solid black; */
}
.block-heading h1{
    padding: 1% 12%;
  
    
}
.collaborator-name-list{
    /* border: 2px solid red; */
    padding: 8px;
}
.coll-name{
    
    /* border: 2px solid black; */
    margin-bottom: 38px;
    
  
}

.p-name-large{

 font-size: 24px;
    margin-top: 2px;


} 

.p-name-small{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    font-size: 17.33px;
    
    /* border: 1px solid teal; */
    margin: 15px 0px 13px;
    
} 
    
  

.collaborators-info{

  
    width: 76%;
    height: 100%;
    justify-content: center;
    /* background-color: black; */
    padding: 24px 12%;

   
}
/* -------------------------- PROFILE VIEW------------------------------------------- */
.name-and-profile{
    display: flex;
}
.view-profile{
    height: 30px;
    align-items: center;
    /* margin-top: 4px; */
    margin-left: 20px;
    cursor: pointer;
    border: 2px solid rgb(220, 200, 239);
    border-radius: 8px;
}
.view-profile a{
   text-decoration: none;
}

@media only screen and (max-width:454px){
    .view-profile{
        height: 23px;
        align-items: center;
        margin-top: 0px;
        margin-left: 26%;
        width: 85px;
        justify-content: center;
    }
    .name-and-profile{
        flex-direction: column;
      
    }

}