.ilan{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    border: 2px solid #0b2845;
    margin: 30px;
    padding: 30px;
    background-color: #fbf7f2;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(11, 40, 69, 0.2);
}

.resim{
    flex-shrink: 0;
    border: 3px solid #0b2845;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(11, 40, 69, 0.25);
}

.aciklama{
    flex: 1;
    background-color: #f3e8d8;
    padding: 25px;
    border-radius: 10px;
    color: #0b2845;
}

.aciklama h2{
    color: #0b2845;
    font-size: 28px;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #0b2845;
    padding-bottom: 10px;
}

.aciklama h3{
    color: #b57a43;
    font-size: 20px;
    margin: 15px 0 10px 0;
}

.aciklama ul{
    list-style-type: none;
    padding: 0;
    background-color: #fffdf9;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
    border-left: 4px solid #0b2845;
}

.aciklama li{
    display: list-item;
    color: #0b2845;
    margin: 10px 0;
    padding: 8px 0;
    border-bottom: 1px solid #dfd2c1;
}

.aciklama li:last-child{
    border-bottom: none;
}

.aciklama span{
    font-weight: bold;
    color: #0b2845;
    display: inline-block;
    min-width: 120px;
}

.aciklama p{
    color: #25496d;
    font-style: italic;
    background-color: #fffdf9;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
    line-height: 1.6;
}

.geributonu{
    background-color: #0b2845;
    padding: 12px 25px;
    color: #fbf7f2;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    transition: all 0.3s ease;
    border: 2px solid #0b2845;
    font-weight: 500;
}

.geributonu:hover{
    background-color: #25496d;
    border-color: #25496d;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(11, 40, 69, 0.25);
}

    .ilan {
        flex-direction: column;
        gap: 20px;
    }
    
    .aciklama h2 {
        font-size: 22px;
    }
    
    .aciklama h3 {
        font-size: 16px;
    }
    
    .resim {
        width: 30%;
        height: 30%;
        height: auto;
    }
