.modal {
    display: none;
    width: 80%;
}

.modal>h3::after {
    content: '';
    display: block;
    width: 6.25rem;
    max-width: 100%;
    margin-top: 0.15em;
    border-bottom: 0.3125rem solid #00876c;
    border-bottom-color: rgb(0, 135, 108);
    border-bottom-style: solid;
    border-bottom-width: 0.3125rem;
}

.modal img {
    float: right;
    margin: 2%;
}

.modal h4 {
    padding: 3% 0% 1% 0%;
}

@media (max-width: 1000px) {
    .student-modal img {
        width: 100%
    }
}

@media (min-width: 1700px) {
    .student-modal img {
        width: 40%;
    }
}

.modal-detail-link, .modal-all-link{
    color: #00876c;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    display: inline-block;
    margin-top: 2%;
}

.modal-all-link{
    float: right;
}