.language_group {display: none;}

#personal{padding-bottom: 10%;}

#personal>p:nth-child(2){font-size: 1.1rem; color:#797d82; line-height: 1.2rem; margin-bottom: 10px; font-weight: 500; text-align: justify;}
#personal>p:nth-child(3){font-size: 1rem; color:#797d82; line-height: 1.2rem; margin-bottom: 10px; text-align: justify;}

.personal_cont{padding: 20px; border: 2px solid #ccc;}
.personal_cont>p{font-size: 0.875rem; line-height: 1.25rem; text-align: justify; color:#797d82; margin-bottom: 20px; font-weight: 300;}
.personal_cont>h3{font-size: 0.875rem; line-height: 1.25rem; text-align: justify; color:#797d82; font-weight: 500;}

.personal_table td{padding: 10px; color: #797d82; border: 1px solid #ccc;}
.personal_table th{padding: 10px; color: #797d82; border: 1px solid #999; background: #ccc;}

@media (max-width:1200px){
    :root{font-size: 15px;}
}

@media (max-width:1024px){
    :root{font-size: 14px;}
}

@media (max-width:768px){
    :root{font-size: 13px;}
}


@media (max-width:480px){
    :root{font-size: 12px;}
    .personal_cont{padding: 10px;}
}