.personale-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 75px;
}

.personale-item {
    text-align: center;
    flex: 1 1 calc(25% - 20px);
    box-sizing: border-box;
    margin-bottom: 20px;
    max-width: 250px;
	line-height:20px;
}

.personale-image {
    border-radius: 50%!important;
    width: 140px!important;
    height: 140px!important;
    object-fit: cover;
    margin-bottom: 10px;
}
@media only screen and (max-width: 766px) {
	.personale-image {
		width:100px!important;
		height:100px!important;
	}

}
.personale-item p{
	font-size:14px;
    line-height: 15px;
}
.personale-name {
    font-size: 17px;
    color: #000;
    font-weight: bold;
	font-family:sans-serif;
}

.personale-stilling {
    color: #3b3b3b;
    font-size: 14px;
    margin-top:0px;
    margin-bottom:20px;
    font-family:sans-serif;
	font-weight:bold;
}

.personale-beskrivelse {
    color: #3b3b3b;
    font-size: 14px;
    text-align: center;
    white-space: pre-wrap;
	line-height:20px;
	font-family:sans-serif;
}
