.article-body {
    padding-top: min(100px, 20vh);
    padding-bottom: min(100px, 15vh);
    margin: 0 5%;
    font-family: 'Text', Times, serif;
}
.article_link{
    color: var(--blue);
    font-size: var(--p);
    text-indent: 2ch;
    margin: 5vh 0;
}

.article-body h1,h2,h3,h4 {
    text-align: center;
    font-family: 'Display', Times, serif;
}

.article-body h1 {
    font-size: var(--h1);
    margin-bottom: 2vh;
}

.article-body h2 {
    font-size: var(--h2);
}

.article-body h3 {
    font-size: var(--h3);
    color: blue;
    font-style: italic;
    padding: 1vh 0;

}
.article-sections {
    margin-top: clamp(3em, 1em + 5vh, 5em);
}
.article_img_container{
    max-width: 50%;
    width: 40%;
      float: right;
      display: flex;
      flex-direction: column;
      min-width: 40%;
}
.article_img{
    /* min-width: 100%;
    min-height: 100%;
    float: right; */
    flex-grow: 1;
    min-width: 100%;
}
.article-header img,picture{
    max-width: 30%;
    height: auto;
}
.article-sections img,picture{
    max-width: 30%;
    height: auto;
}

.article-sections,.article-header p{
    text-indent: 2ch;
    font-size: var(--p);
    margin-top: 1vh;
    line-height: 1.6;
    }
.article-sections li {
    font-size: var(--p-small);
    text-indent: 2ch;
    list-style-type: disc;
    list-style-position: inside;
    padding: 1vh 0;
}

.article-sections,
header {
    margin-bottom: 2vh;
}

#iletisim {
    padding: 0.25vh 0;
}

#iletisim li p {
    text-decoration: underline;
    font-weight: bold;
}


/* #iletisim li,
li a,
li address {
    font-weight: bold;

    font-size: var(--p);
} */