.container {
    margin: 0 auto;
    padding: 0 12px;
}

.doc-style {
    padding: 10px 0;
    display: flex;
    font: 300 14px "Open Sans", sans-serif;
    list-style: none;
 
}

.doc-style a {
    color: #4c4c4c;
    font: 300 14px "Open Sans", sans-serif;
}

.doc-style a {
    font: 300 14px "Open Sans", sans-serif;
    color: #1d1d1f;
}

.doc-style-kurumsal {
    padding-left: 4px;
}

.doc-style-kurumsal::before {
    content: "/";
    padding-right: 4px;
    font: 300 14px "Open Sans", sans-serif;
    color: #1d1d1f;
}

.content {
    margin-top: 50px ;
    margin-left: -12px;
    margin-right: -12px;
}

.content h1 {
    font-size: 70px;
    margin-bottom: 25px;
    letter-spacing: -2px;
    line-height: 1.3em;
    font-weight: 500;
    font-family: "merriweather", serif;
    padding: 0 12px;
}

.director {
    display: flex;
    flex-wrap: wrap;
}

.employee {
    padding: 0 12px;
    margin-bottom: 48px;
    width: 33.3333333333%;
}

.employee img {
    margin-bottom: 16px;
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

.employee-name {
    color: #59348b;
    font-size: 19px;
}

.employee-name:hover {
    color: #000;
}