.diplom_year--list{
	justify-content: flex-start;
}
.profselect {
    background-size: unset;
    background-position-x: 90%;
}
@media screen and (max-width: 768px) {
    .profselect {
        padding-bottom: 80%;
        background-size: 70%;
        background-position: center bottom;
    }
}