@media (min-width: 992px){
    .interview_tools{
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.interview_tools img{
    margin-top:15px;
    margin-bottom:15px;
    cursor: pointer;
}
.interview_tools img:HOVER{
    box-shadow: 5px 5px 5px 5px gray;
}
.guide_text{
    font-size:18px;
}

#descModal .modal-body{
    padding:2rem;
}
#descModal .desc_title{
    font-size:24px;
    color:#838383;
}
#descModal .semi_title{
    font-size:20px;
}
#descModal .desc_table{
    font-size:16px;
    margin-left:1rem;
}
.show{
    display:block !important;
}
.modal-items{
    display:none;
}
.modal-items .modal-each-item{
    margin-bottom:2rem;
}
.modal-items h6{
    font-size:18px;
}
.modal-items table{
    font-size:16px;
    color:#838383;
}
.modal-items table td{
    vertical-align: baseline;
    padding-top: .2rem;
    padding-bottom: .2rem;
}
.title-desc{
    color:#555555 !important;
}
