


.Bio2{
    width: 100%;
    max-width: 90%;
    min-height: auto;

    /* max-height: fit-content; */

    padding: 20px;
    /* border: 3px solid cornsilk; */

    background-color: rgba(243, 222, 191, 0.856);


    box-shadow: 0px 0px 20px rgba(65, 63, 224, 0.911);  

    border-radius: 40px;
    overflow: hidden;
    
    /* background-color: rgb(224, 156, 156); */

    margin: 30px;

    justify-content: center;
    align-items: center;

    
   /* color: ghostwhite; */


}





.Bio{
    width: 350px;
    height: auto;

    border-radius: 50%;

    
    justify-content: center;
    align-items: center;


    box-shadow: 0px 0px 15px rgba(14, 14, 13, 0.918);

    filter: grayscale(90%);


    margin: 20px;   


}







.Bio3, .Bio4{
    width: 40%;

    padding: 20px;
    /* border: 1px solid rgb(24, 23, 23); */
    box-shadow: 0px 0px 15px black;
    border-radius: 20px;
    background-color: rgba(241, 239, 236, 0.911);


    float: left;
    margin: 10px;
    margin-top: 10px;

}


/* 

.Bio4{
    width: 40%;

    padding: 10px;


    box-shadow: 0px 0px 15px black;
    border-radius: 20px;
    background-color: rgba(241, 239, 236, 0.911);

    float: left;
    margin: 20px;

}
 */






@media screen and (max-width: 1146px) {



    .Bio{
        width: 250px;

    }





}




@media screen and (max-width: 956px) {



    .Bio{
        width: 200px;

    }





}







@media screen and (max-width: 768px) {



    .Bio3{

        
        width: 90%;
    
        
    }
    
    
    
    
    .Bio4{

        width: 90%;
        height: auto;
    
    
    }
    



    .Bio{
        width: 200px;

    }

}