

.education_organization {
    font-size: 16px;
    line-height: 16px;
}

.education_title {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
}

.education_specialty {}



.staff-education,
.staff-work{
	border: 1px solid #D6DAF1;
    border-radius: 38px;
	padding: 40px;
}

.staff-education__title,
.staff-work__title{
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
    color: var(--theme-base-color);
}

.staff-education__value,
.staff-work__value{
	display:flex;
	flex-direction: column;
	gap: 35px;
	font-size: 16px;
}

.date__educate,
.date__work{
    border: 1px solid #D6DAF1;
    border-radius: 40px;
    padding: 8px 16px;
    width: fit-content;
    margin-bottom: 20px;
}

.staff-education__title,
.staff-work__title{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
}


.staff-education-icon,
.staff-work-icon{
	display: none;
}

@media (max-width: 991px){
	.adns_detail_staff_info_item_value{
		color: white;
	}

	.staff-education__title,
	.staff-work__title{
		margin-bottom: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.staff-education__value,
	.staff-work__value{
		display: none;
		gap: 10px;
	}
	.staff-education-icon,
	.staff-work-icon{
		display: flex;
		width: 24px;
		height: 25px;
	}
    .staff-education, .staff-work{
        padding: 20px;
    }
}