

/* Start:/university/prioritet-2030/page.css?16449260131138*/
					.personal-list__list {
						list-style-type: none;
						padding: 0;
						margin: 0;
						display: flex;
						flex-flow: row wrap;
						justify-content: space-between;
					}
					
					.main ul li.personal-list__list-item {
						margin: 0;
						padding: 0;
						margin-bottom: 25px;
					}
					
					.personal-list__image-container {
						height: 215px;
					}
					
					.personal-list__image {
						max-height: 215px;
						max-width: 161px;
					}
					
					.personal-list__name {
						font-size: 20px;
					}
					
					.personal-list__text {
						font-size: 12px;
						line-height: 15px;
					}
					
					.main ul li.personal-list__list-item {
						width: 100%;
					}
						
					@media screen and (min-width: 600px) {
						.main ul li.personal-list__list-item {
							width: 30%;
						}
					}
					
					@media screen and (min-width: 800px) {
						.main ul li.personal-list__list-item {
							width: 20%;
						}
					}
					
					@media screen and (min-width: 1000px) {
						.main ul li.personal-list__list-item {
							width: 18%;
						}
					}
/* End */
/* /university/prioritet-2030/page.css?16449260131138 */
