#akademik-kadro > div {
    padding-bottom: 50px;
}
.section-title {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: 'Rozha One';
}
.member {
    margin-bottom: 30px;
    min-height: 370px;
    height: 370px;
}
.member img {
    border-radius: 50%;
}
.member a {
    color: #080808;
}
.member a h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 800;
    height: 50px;
    word-break: break-word;
    white-space: normal;
    display: -webkit-box;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.member:after {
    height: 2px;
    width: 100px;
    background: #c6650c;
    position: absolute;
    right: 0px;
    left: 0;
    margin: auto;
    content: "";
    display: inline-block;
    bottom: 15px;
}

.member img {
    width: 220px;
    height: 220px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
     /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
    overflow: hidden;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    border: 2px solid #b3b3b3;
    box-shadow: 2px 2px 4px #d7d7d7;
}
.member img:hover {
    width: 220px;
    height: 220px;
    -webkit-filter: grayscale(90%);
    -moz-filter: grayscale(90%);
    -ms-filter: grayscale(90%);
    -o-filter: grayscale(90%);
    filter: grayscale(90%);
     /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
    -webkit-transform: scale(1.15);
    transform: scale(1.02);
    -webkit-filter: grayscale(100%);
}

.destekeleman .member {
    margin-bottom: 10px;
    padding-left: 0px;
    height: 20px !important;
    min-height: 22px;
}

.destekeleman .member h4 {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    font-weight: 800;
    min-height: 22px;
    display: block;
}

.destekeleman .member a:hover {
    color: #000000;
    text-decoration: underline;
}


.destekeleman .member h4 i { font-weight: 600; }

.destekeleman .member:after {background: none;width: auto;height: auto;display: block;content: none;}
.member .doktora {margin: 0px 0px 10px 0px;}

.member .user {margin: 10px 0px 10px 0px;height: 66px;}
.member .user .name {font-size: 18px;line-height: 21px;font-weight: 900;max-height: 44px;word-break: break-word;white-space: normal;display: -webkit-box;-webkit-webkit-line-clamp: 2;-moz-webkit-line-clamp: 2;-ms-webkit-line-clamp: 2;-o-webkit-line-clamp: 2;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;margin: 0px 0px 0px 0px;}
.member .user .title {margin: 0px 0px 0px 0px;font-size: 16px;line-height: 16px;font-weight: 800;}

.member .depth {
    font-size: 14px;
    font-weight: 600;
    word-break: break-word;
    white-space: normal;
    display: -webkit-box;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0px 0px 10px 0px;
    line-height: 18px;
    height: 38px;
}

.member .ilgialani {
    line-height: 18px;
    font-style: italic;
    margin: 0px 0px 0px 0px;
}






.user-detail-page .panel-title a {
  font-size: 22px;
}








@media (max-width: 600px) {
    .destekeleman .member h4 {
        min-height: unset !important;
        height: unset !important;
    }
    
    .destekeleman .member {
        height: unset !important;
        min-height: unset;
        border-bottom: 0.5px solid #d3d3d378;
        padding-block: 10px;
        margin-inline: 5px;
    }
}
