#karikatur_list { max-height: 580px; overflow: auto; background-color: #FFFFFF; }
.kar_part { font-family: Altinordu-Light; font-size: 13px; margin: 5px; padding: 5px; background-color: #FFFFFF;  color: #333; cursor: pointer; border-radius: 8px;;}
.kar_part a { text-decoration: none; color: #333; } 
.kar_part img { padding-bottom: 8px; }
 .kar_part:hover { background-color: #ffedef; }
  .kar_part:hover .atakanB { color: black; }
.atakanB { color: #ff3467; }
.kar_part:first-child { margin-top: 0; }
.kar-custom-title { font-size: 18px; font-weight: bold; text-align: center; border-bottom: 3px solid #e72c3e; padding: 5px; }
.resimCercevesi{
  height: 150px;
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 8px;
}
.resimCercevesi img{
transform: scale(1.2);
}

.telefon-numarasi {
    position: absolute;
    right: 10px;
    font-size: 38px;
    top: -10px;
    color: #c30000;
    font-weight: bold;
    font-family: 'Altinordu-Bold';
}
@media (max-width: 768px) {
    .telefon-numarasi {
        position: static;
        font-size: 24px;
        right: auto;
        top: auto;
        margin-top: 10px;
        display: block;
        text-align: center;
        width: 100%;
    }
}