.page[name='team'] > .content > .hero > .title {
    max-width: 700px;
    font-size: 52px;
    font-weight: 700;
    margin-top: 24px;
}
.page[name='team'] > .content > .hero > .description {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    max-width: 550px;
}
.page[name='team'] > .content > .teamSection {
    overflow: hidden;
}
.page[name='team'] > .content > .teamSection > .filters > .button {
    display: inline-block;
    padding: 14px 24px;
    border-radius: 12px;
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
}
.page[name='team'] > .content > .teamSection > .section > .sectionTitle {
    font-size: 18px;
    font-weight: 700;
}
.page[name='team'] > .content > .teamSection > .section > .teamMembers {
    display: block;
    margin-top: 18px;
}
.page[name='team'] > .content > .teamSection > .section > .teamMembers > .button {
    transition: transform 0.3s ease;
}
.page[name='team'] > .content > .teamSection > .section > .teamMembers > .button:hover {
    transform: translateY(-4px);
}
.page[name='team'] > .content > .teamSection > .section > .teamMembers > .button > .imageWrapper {
    width: 140px;
    height: 140px;
    margin: auto;
    border-radius: 50%;
}
.page[name='team'] > .content > .teamSection > .section > .teamMembers > .button > .imageWrapper > img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.page[name='team'] > .content > .teamSection > .section > .teamMembers > .button > .information {
    margin-top: 24px;
}
.page[name='team'] > .content > .teamSection > .section > .teamMembers > .button > .information > .name {
    font-size: 18px;
    font-weight: 600;
}
.page[name='team'] > .content > .teamSection > .section > .teamMembers > .button > .information > .subRole {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
}
.page[name='team'] > .content > .career {
    width: 1200px;
    max-width: calc(100% - 64px);
    min-height: 138px;
    margin-top: 120px;
    margin-right: auto;
    padding: 56px;
    margin-left: auto;
    border-radius: 20px;
}
.page[name='team'] > .content > .career > .information {
    display: inline-block;
    width: calc(100% - 180px);
    vertical-align: middle;
}
.page[name='team'] > .content > .career > .information > .title {
    font-size: 32px;
    font-weight: 800;
}
.page[name='team'] > .content > .career > .information > .description {
    width: 570px;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
}
.page[name='team'] > .content > .career > .button {
    display: inline-block;
    border-radius: 12px;
    vertical-align: middle;
    padding: 16px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
transition: transform 0.3s ease;
}
.page[name='team'] > .content > .career > .button:hover {
    transform: translateY(-2px);
}
.page[name='team'] > .content > .career > .button > img {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.page[name='team'] > .content > .career > .button > lang {
    display: inline-block;
    font-weight: 700;
    vertical-align: middle;
}

@media (min-width: 320px) and (max-width: 480px) {
    .page[name='team'] > .content > .teamSection > .section > .teamMembers > .button {
        width: 100%;
        margin-bottom: 16px;
    }
    .page[name='team'] > .content > .career {
        max-width: calc(100% - 32px);
        min-height: 220px;
        margin-top: 40px;
        padding: 28px 24px;
    }
    .page[name='team'] > .content > .career > .information {
        width: 100%;
    }
    .page[name='team'] > .content > .career > .information > .title {
        font-size: 21px;
    }
    .page[name='team'] > .content > .career > .information > .description {
        width: 100%;
        font-size: 12px;
    }
    .page[name='team'] > .content > .career > .button {
        width: 100%;
        margin-top: 24px;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .page[name='team'] > .content > .hero {
        max-width: calc(100% - 40px);
    }
    .page[name='team'] > .content > .teamSection > .filters > .button {
        width: 33.333333%;
    }
    .page[name='team'] > .content > .teamSection {
        max-width: calc(100% - 40px);
    }
    .page[name='team'] > .content > .teamSection > .section > .teamMembers > .button {
        width: calc(50% - 10px);
    }
    .page[name='team'] > .content > .teamSection > .section[key='management'] > .teamMembers > .card[key='muratCetin'] {
        margin-bottom: 20px;
    }
    .page[name='team'] > .content > .teamSection > .section[key='management'] > .teamMembers > .card[key='ayseDemir'] {
        margin-bottom: 20px;
    }
    .page[name='team'] > .content > .teamSection > .section[key='product'] > .teamMembers > .card[key='ezgiTopcu'] {
        margin-bottom: 20px;
    }
    .page[name='team'] > .content > .teamSection > .section[key='product'] > .teamMembers > .card[key='tolgaAydin'] {
        margin-bottom: 20px;
    }
    .page[name='team'] > .content > .teamSection > .section[key='sales'] > .teamMembers > .card[key='onurCakir'] {
        margin-bottom: 20px;
    }
    .page[name='team'] > .content > .teamSection > .section[key='sales'] > .teamMembers > .card[key='besteDemir'] {
        margin-bottom: 20px;
    }
    .page[name='team'] > .content > .career {
        max-width: calc(100% - 40px);
        min-height: 210px;
        padding: 30px;
    }
    .page[name='team'] > .content > .career > .information {
        width: 100%;
    }
    .page[name='team'] > .content > .career > .information > .description {
        width: 100%;
    }
    .page[name='team'] > .content > .career > .button {
        width: 180px;
        margin-top: 24px;
    }
}
@media (max-width: 1200px) {
    .page[name='team'] > .content {
        padding-bottom: 64px;
    }
    .page[name='team'] > .content > .hero > .title {
        margin-top: 24px;
        font-size: 27px;
    }
    .page[name='team'] > .content > .hero > .description {
        font-size: 12px;
        margin-bottom: 32px;
    }
    .page[name='team'] > .content > .hero {
        max-width: calc(100% - 64px);
        margin-right: auto;
        margin-left: auto;
    }
    .page[name='team'] > .content > .teamSection > .filters {
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
        margin-top: 24px;
        margin-bottom: 24px;
        padding: 6px 32px;
    }
    .page[name='team'] > .content > .teamSection > .section:not(:last-child) {
        margin-bottom: 32px;
    }
    .page[name='team'] > .content > .teamSection > .section {
        max-width: calc(100% - 64px);
        margin-right: auto;
        margin-left: auto;
    }
    .page[name='team'] > .content > .teamSection > .section > .teamMembers > .card:not(:last-child) {
        margin-bottom: 20px;    
    }
    .page[name='team'] > .content > .teamSection > .section > .teamMembers > .button {
        padding: 24px;
        border-radius: 24px;
        text-align: center;
        margin-bottom: 20px;
    }
    .page[name='team'] > .content > .career {
        max-width: calc(100% - 64px);
    }
}
@media (min-width: 1201px) {
    .page[name='team'] > .content {
        padding-bottom: 120px;
    }
    .page[name='team'] > .content > .hero {
        width: 1200px;
        max-width: calc(100% - 64px);
        margin-right: auto;
        margin-left: auto;
    }
    .page[name='team'] > .content > .teamSection {
        width: 1200px;
        max-width: calc(100% - 64px);
        margin-top: 48px;
        margin-right: auto;
        margin-left: auto;
        min-height: 436px;
    }
    .page[name='team'] > .content > .teamSection > .filters {
        border-radius: 14px;
        width: 100%;
        min-height: 48px;
        margin-top: 48px;
        margin-bottom: 48px;
        padding: 6px;
    }
    .page[name='team'] > .content > .teamSection > .filters > .button {
        width: calc(16.6% - 5.9px);
    }
    .page[name='team'] > .content > .teamSection > .section {
        min-height: 332px;
    }
    .page[name='team'] > .content > .teamSection > .section:not(:last-child) {
        margin-bottom: 32px;
    }
    .page[name='team'] > .content > .teamSection > .section > .teamMembers > .button {
        display: inline-block;
        width: calc(25% - 18px);
        margin-bottom: 20px;
        padding: 24px;
        border-radius: 24px;
        text-align: center;
        vertical-align: top;
        min-height: 291px;
    }
}