 .related-employee:nth-child(3) {
    clear: none;
}

.ansattpicker{
	    display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.related-employee .gutter {
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
}
.related-employee img {
     max-width: unset; 
}

@media only screen and (max-width: 767px) {
    .related-employee {
        overflow: hidden;
        width: 100%;
        margin-left: unset;
    }
	
	.related-employee img {
        width: 100%;
        float: none;
        margin-right: 0;
        max-width: unset;
    }
}