#personel-card{
    height: 15rem;
    width: 10rem;
    text-align: center;
    justify-content: center;
    position: relative;
    margin: auto;
}
#personel-card img{
    max-width: 100%;
}
@media(min-width:300px){
    body{
        overflow-x: hidden !important;
    }
}