/* =====================================================
   PLATFORM TRANS
   HAKKIMIZDA
===================================================== */


/* =====================================================
   HERO
===================================================== */

.about-page {
    background: #ffffff;
    color: #07102d;
    overflow: hidden;
}

.about-hero {
    padding: 95px 0 85px;
    background: #ffffff;
}

.about-hero-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.about-label,
.about-section-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.about-label,
.about-section-label {
    color: rgba(7,16,45,.42);
}

.about-hero-meta {
    color: rgba(7,16,45,.32);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .15em;
}

.about-hero-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: start;
    margin-top: 45px;
}

.about-hero-content {
    max-width: 620px;
    margin-top: 45px;
}

.about-hero-content .eyebrow {
    margin-bottom: 25px;
}

.about-hero-content h1 {
    margin: 0;
    font-size: clamp(60px, 8vw, 115px);
    font-weight: 500;
    line-height: .88;
    letter-spacing: -.07em;
}

.about-hero-content h1 span {
    color: rgba(18,17,155,.25);
}


/* =====================================================
   STORY
===================================================== */

.about-story {
    padding: 115px 0;
    border-top: 1px solid rgba(7,16,45,.12);
}

.about-grid {
    display: grid;
    grid-template-columns: 220px minmax(0,1fr);
    gap: 90px;
}

.about-section-label {
    padding-top: 8px;
}

.about-copy {
    max-width: 830px;
}

.about-copy p {
    margin: 0 0 30px;
    color: rgba(7,16,45,.76);
    font-size: 16px;
    line-height: 1.85;
}

.about-copy .about-intro {
    color: #07102d;
    font-size: 20px;
    line-height: 1.65;
}

.about-statement,
.about-closing {
    margin: 50px 0 25px;
    color: #07102d;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -.025em;
}


/* =====================================================
   SERVICE
===================================================== */

.about-service {
    padding: 115px 0;
    background: #f5f6f9;
    border-top: 1px solid rgba(7,16,45,.08);
}

.about-facts {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2px;
    margin: 55px 0;
}

.about-facts div {
    padding: 30px 25px;
    background: #ffffff;
    border: 1px solid rgba(7,16,45,.08);
}

.about-facts strong {
    display: block;
    color: #07102d;
    font-size: 52px;
    font-weight: 500;
    line-height: .9;
    letter-spacing: -.06em;
}

.about-facts span {
    display: block;
    margin-top: 15px;
    color: rgba(7,16,45,.42);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
}


/* =====================================================
   MISSION / VISION
===================================================== */

.mission-vision {
    padding: 130px 0;
    background:
        linear-gradient(
            135deg,
            #07102d,
            #04091d
        );
    color: #ffffff;
}

.mission-vision .about-label {
    color: rgba(255,255,255,.4);
}

.mission-heading {
    margin-top: 90px;
}

.mission-heading .eyebrow {
    color: #ffffff;
}

.mission-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(60px,8vw,110px);
    font-weight: 500;
    line-height: .88;
    letter-spacing: -.07em;
}

.mission-heading h2 span {
    color: rgba(255,255,255,.3);
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2px;
    margin-top: 90px;
}

.mission-card {
    position: relative;
    min-height: 360px;
    padding: 35px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.1);
    transition:
        background .35s ease,
        transform .35s ease;
}

.mission-card:hover {
    background: rgba(255,255,255,.075);
    transform: translateY(-3px);
}

.card-number {
    color: #d71920;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
}

.mission-card h3 {
    margin: 95px 0 22px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.045em;
}

.mission-card p {
    max-width: 600px;
    margin: 0;
    color: rgba(255,255,255,.62);
    font-size: 15px;
    line-height: 1.8;
}


/* =====================================================
   VALUES
===================================================== */

.values {
    padding: 130px 0 100px;
    background: #ffffff;
}

.values-heading {
    display: grid;
    grid-template-columns: 220px minmax(0,1fr);
    gap: 90px;
    margin-bottom: 90px;
}

.values-heading h2 {
    margin: 0;
    font-size: clamp(55px,6.5vw,95px);
    font-weight: 500;
    line-height: .9;
    letter-spacing: -.065em;
}

.values-heading h2 span {
    color: rgba(18,17,155,.25);
}

.values-list {
    border-top: 1px solid rgba(7,16,45,.14);
}

.value-item {
    display: grid;
    grid-template-columns: 70px 280px minmax(0,1fr);
    gap: 35px;
    padding: 35px 0;
    border-bottom: 1px solid rgba(7,16,45,.14);
    transition:
        padding-left .35s ease,
        background .35s ease;
}

.value-item:hover {
    padding-left: 18px;
    background: #f5f6f9;
}

.value-item > span {
    color: #d71920;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
}

.value-item h3 {
    margin: 0;
    color: #07102d;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.03em;
}

.value-item p {
    margin: 0;
    color: rgba(7,16,45,.66);
    font-size: 14px;
    line-height: 1.75;
}


/* =====================================================
   BACK
===================================================== */

.about-back {
    padding: 0 0 90px;
}

.about-back a {
    color: #07102d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-decoration: none;
    transition:
        color .3s ease,
        transform .3s ease;
}

.about-back a:hover {
    color: #d71920;
}


/* =====================================================
   FOOTER EK DÜZENLEMELERİ
===================================================== */

.footer-address {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
    color: rgba(255,255,255,.4);
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
}

.footer-address:hover {
    color: #ffffff;
}

.location-icon {
    flex-shrink: 0;
    color: #d71920;
    font-size: 20px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 25px;
}

.footer-social a {
    color: rgba(255,255,255,.45);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
}

.footer-social a:hover {
    color: #d71920;
}

.medyaz-credit {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    opacity: .55;
}

.medyaz-credit:hover {
    opacity: 1;
}

.medyaz-credit span {
    color: rgba(255,255,255,.4);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.medyaz-credit img {
    width: 75px;
    height: auto;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px) {

    .about-grid,
    .values-heading {
        grid-template-columns: 170px 1fr;
        gap: 50px;
    }

    .about-hero-content h1 {
        font-size: 75px;
    }

    .value-item {
        grid-template-columns: 55px 220px 1fr;
        gap: 20px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 700px) {

    .about-hero {
        padding: 100px 0 80px;
    }

    .about-hero-top {
        display: block;
    }

    .about-hero-meta {
        margin-top: 18px;
    }

    .about-hero-content {
        margin-top: 65px;
    }

    .about-hero-content h1 {
        font-size: 54px;
    }

    .about-story,
    .about-service,
    .mission-vision,
    .values {
        padding: 85px 0;
    }

    .about-grid,
    .values-heading {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .about-copy p {
        font-size: 14px;
        line-height: 1.75;
    }

    .about-copy .about-intro {
        font-size: 18px;
    }

    .about-facts {
        grid-template-columns: 1fr;
    }

    .mission-heading {
        margin-top: 60px;
    }

    .mission-heading h2 {
        font-size: 55px;
    }

    .mission-grid {
        grid-template-columns: 1fr;
        margin-top: 60px;
    }

    .mission-card {
        min-height: auto;
    }

    .mission-card h3 {
        margin-top: 70px;
    }

    .values-heading {
        margin-bottom: 60px;
    }

    .values-heading h2 {
        font-size: 54px;
    }

    .value-item {
        grid-template-columns: 40px 1fr;
        gap: 15px;
    }

    .value-item h3,
    .value-item p {
        grid-column: 2;
    }

    .value-item p {
        margin-top: 15px;
    }

    .footer-bottom-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }

    .footer-social {
        flex-wrap: wrap;
        gap: 18px;
    }

}


@media (max-width: 450px) {

    .about-hero-content h1,
    .mission-heading h2,
    .values-heading h2 {
        font-size: 48px;
    }

}
/* =====================================================
   HAKKIMIZDA — SON DÜZENLEME
   Boşluk / logo / bölüm oranları
===================================================== */


/* =====================================================
   HEADER — LOGO KONTROLÜ
===================================================== */

.header .logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.header .logo img {
    width: 150px;
    height: auto;
    max-height: 48px;
    object-fit: contain;
    display: block;
}


/* =====================================================
   HERO
===================================================== */

.about-hero {
    padding-top: 95px;
    padding-bottom: 75px;
}

.about-hero-content {
    margin-top: 60px;
}

.about-hero-content h1 {
    font-size: clamp(58px, 6.8vw, 105px);
}


/* =====================================================
   STORY
===================================================== */

.about-story {
    padding-top: 80px;
    padding-bottom: 85px;
}

.section-intro {
    margin-bottom: 60px;
}

.story-layout {
    gap: 70px;
}


/* =====================================================
   METİN
===================================================== */

.about-copy p {
    margin-bottom: 23px;
    line-height: 1.72;
}

.about-copy .about-intro {
    font-size: 19px;
    line-height: 1.6;
}

.about-statement {
    margin-top: 35px;
    margin-bottom: 20px;
}


/* =====================================================
   SERVICE
===================================================== */

.about-service {
    padding-top: 85px;
    padding-bottom: 85px;
}

.about-facts {
    margin-top: 40px;
    margin-bottom: 40px;
}


/* =====================================================
   MISSION / VISION
===================================================== */

.mission-vision {
    padding-top: 90px;
    padding-bottom: 90px;
}

.mission-heading {
    margin-top: 55px;
}

.mission-grid {
    margin-top: 55px;
}

.mission-card {
    min-height: 310px;
}

.mission-card h3 {
    margin-top: 70px;
}


/* =====================================================
   VALUES
===================================================== */

.values {
    padding-top: 90px;
    padding-bottom: 75px;
}


/*
   IMPORTANT:
   HTML'de class="values-heading" kullanılmalı.
*/

.values-heading {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 70px;
    margin-bottom: 55px;
}

.values-heading h2 {
    margin: 0;
    font-size: clamp(52px, 6vw, 90px);
    line-height: .9;
}


/* =====================================================
   VALUE SATIRLARI
===================================================== */

.value-item {
    padding: 25px 0;
    grid-template-columns: 55px 280px minmax(0, 1fr);
    gap: 30px;
}


/* =====================================================
   GERİ DÖN
===================================================== */

.about-back {
    padding-bottom: 65px;
}


/* =====================================================
   FOOTER
===================================================== */

.about-page + .footer {
    margin-top: 0;
}


/* =====================================================
   DESKTOP — DAHA SIKI SAYFA
===================================================== */

@media (min-width: 1101px) {

    .about-hero {
        min-height: auto;
    }

    .about-hero-content {
        margin-top: 45px;
    }

    .about-story,
    .about-service {
        min-height: auto;
    }

    .mission-vision {
        min-height: auto;
    }

    .values {
        min-height: auto;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px) {

    .header .logo img {
        width: 135px;
        max-height: 44px;
    }

    .about-hero {
        padding-top: 80px;
        padding-bottom: 65px;
    }

    .about-grid,
    .values-heading {
        grid-template-columns: 170px minmax(0, 1fr);
        gap: 45px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 700px) {

    .header .logo img {
        width: 125px;
        max-height: 40px;
    }

    .about-hero {
        padding-top: 75px;
        padding-bottom: 65px;
    }

    .about-hero-layout {
        grid-template-columns: 1fr;
        gap: 45px;
        margin-top: 50px;
    }

    .about-hero-content {
        margin-top: 0;
    }

    .about-story,
    .about-service,
    .mission-vision,
    .values {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section-intro,
    .values-heading {
        margin-bottom: 45px;
    }

    .mission-heading {
        margin-top: 45px;
    }

    .mission-grid {
        margin-top: 45px;
    }

    .mission-card {
        padding: 28px;
    }

    .value-item {
        padding: 25px 0;
    }

}
/* =====================================================
   PLATFORM TRANS — HAKKIMIZDA
   HEADER / HERO / FOOTER FIX
===================================================== */


/* =====================================================
   GLOBAL
===================================================== */

.about-page,
.about-page *,
.footer,
.footer * {
    box-sizing: border-box;
}

.about-page {
    margin: 0;
    background: #ffffff;
    color: #07102d;
    font-family: Arial, Helvetica, sans-serif;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page p {
    margin-top: 0;
}


/* =====================================================
   HEADER
===================================================== */

body > .header {
    position: relative;
    width: 100%;
    height: 94px;
    background: #07102d;
    z-index: 100;
}

body > .header .header-inner {
    width: min(1180px, calc(100% - 60px));
    height: 94px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* LOGO */

body > .header .logo {
    display: flex;
    align-items: center;
    width: 150px;
    height: 60px;
    flex-shrink: 0;
    text-decoration: none;
}

body > .header .logo img {
    display: block;

    width: 135px !important;
    height: auto !important;

    max-width: 135px !important;
    max-height: 52px !important;

    object-fit: contain;
}


/* MENU */

body > .header .nav {
    display: flex;
    align-items: center;
    gap: 38px;
    margin-left: auto;
    margin-right: 55px;
}

body > .header .nav a {
    color: rgba(255,255,255,.72);
    font-family: Arial, Helvetica, sans-serif;

    font-size: 13px;
    font-weight: 500;

    text-decoration: none;

    transition:
        color .25s ease;
}

body > .header .nav a:hover {
    color: #ffffff;
}


/* TEKLİF AL */

body > .header .header-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 120px;
    height: 50px;

    padding: 0 25px;

    background: #d71920;
    border: 1px solid #d71920;

    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .1em;
    text-transform: uppercase;

    text-decoration: none;

    transition:
        background .3s ease,
        color .3s ease;
}

body > .header .header-button:hover {
    background: #ffffff;
    color: #07102d;
}


/* =====================================================
   HERO
===================================================== */

.about-hero {
    padding: 95px 0 95px !important;
    background: #ffffff;
}

.about-hero .container {
    width: min(1180px, calc(100% - 60px));
    margin: 0 auto;
}

.about-hero-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about-label {
    color: rgba(7,16,45,.45);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.about-hero-meta {
    color: rgba(7,16,45,.3);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .15em;
}


.about-hero-content {
    margin-top: 70px !important;
    max-width: 900px;
}

.about-hero-content .eyebrow {
    margin: 0 0 22px;

    color: #d71920;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .18em;
}

.about-hero-content h1 {
    margin: 0;

    color: #07102d;

    font-family: Arial, Helvetica, sans-serif;

    font-size: clamp(58px, 7vw, 105px);

    font-weight: 500;

    line-height: .88;

    letter-spacing: -.07em;
}

.about-hero-content h1 span {
    color: rgba(18,17,155,.28);
}


/* =====================================================
   STORY — BOŞLUĞU SIKIŞTIR
===================================================== */

.about-story {
    padding: 80px 0 90px !important;
}

.about-story .about-grid {
    width: min(1180px, calc(100% - 60px));
    margin: 0 auto;
}


/* =====================================================
   SERVICE
===================================================== */

.about-service {
    padding: 85px 0 !important;
}

.about-service .about-grid {
    width: min(1180px, calc(100% - 60px));
    margin: 0 auto;
}


/* =====================================================
   MISSION
===================================================== */

.mission-vision {
    padding: 90px 0 !important;
}

.mission-vision > .container {
    width: min(1180px, calc(100% - 60px));
    margin: 0 auto;
}

.mission-heading {
    margin-top: 55px !important;
}

.mission-grid {
    margin-top: 55px !important;
}

.mission-card {
    min-height: 300px !important;
}


/* =====================================================
   VALUES
===================================================== */

.values {
    padding: 90px 0 75px !important;
}

.values > .container {
    width: min(1180px, calc(100% - 60px));
    margin: 0 auto;
}

.values-heading {
    display: grid !important;

    grid-template-columns:
        220px minmax(0, 1fr);

    gap: 70px;

    margin-bottom: 55px;
}


/* =====================================================
   FOOTER
===================================================== */

body > .footer {
    width: 100%;
    margin: 0;

    padding-top: 80px;

    background: #04091d;

    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;
}

body > .footer .footer-grid {
    width: min(1180px, calc(100% - 60px));
    margin: 0 auto;

    display: grid;

    grid-template-columns:
        2fr 1fr 1fr;

    gap: 80px;

    padding-bottom: 65px;
}


/* FOOTER LOGO */

body > .footer .logo {
    display: inline-flex;
    align-items: center;

    width: 180px;
    height: auto;

    text-decoration: none;
}

body > .footer .logo img {
    display: block;

    width: 150px !important;
    height: auto !important;

    max-width: 150px !important;
}


/* FOOTER METİN */

body > .footer p {
    margin: 18px 0 0;

    max-width: 300px;

    color: rgba(255,255,255,.4);

    font-size: 14px;

    line-height: 1.6;
}


/* FOOTER BAŞLIKLARI */

body > .footer h4 {
    margin: 0 0 20px;

    color: rgba(255,255,255,.4);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: .15em;

    text-transform: uppercase;
}


/* FOOTER LİNKLERİ */

body > .footer .footer-grid a:not(.logo) {
    display: block;

    margin-bottom: 11px;

    color: rgba(255,255,255,.62);

    font-size: 14px;

    line-height: 1.4;

    text-decoration: none;

    transition:
        color .25s ease;
}

body > .footer .footer-grid a:hover {
    color: #d71920;
}


/* ADRES */

body > .footer .footer-address {
    display: flex !important;

    align-items: flex-start;

    gap: 10px;

    margin-top: 20px;

    color: rgba(255,255,255,.4) !important;

    line-height: 1.6 !important;
}

body > .footer .location-icon {
    color: #d71920;

    font-size: 20px;

    line-height: 1;
}


/* FOOTER ALT */

body > .footer .footer-bottom {
    width: 100%;

    border-top:
        1px solid rgba(255,255,255,.08);

    padding: 22px 0;
}

body > .footer .footer-bottom > .container {
    width: min(1180px, calc(100% - 60px));
    margin: 0 auto;
}

body > .footer .footer-bottom-inner {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;
}

body > .footer .footer-bottom span,
body > .footer .footer-copyright {
    color: rgba(255,255,255,.3);

    font-size: 10px;
}


/* SOSYAL */

body > .footer .footer-social {
    display: flex;

    align-items: center;

    gap: 22px;
}

body > .footer .footer-social a {
    color: rgba(255,255,255,.45) !important;

    font-size: 10px !important;

    font-weight: 700;

    letter-spacing: .08em;

    text-decoration: none;
}

body > .footer .footer-social a:hover {
    color: #d71920 !important;
}


/* MEDYAZ */

body > .footer .medyaz-credit {
    display: flex;

    align-items: center;

    gap: 10px;

    color: rgba(255,255,255,.35);

    text-decoration: none;
}

body > .footer .medyaz-credit span {
    font-size: 8px;

    letter-spacing: .12em;

    text-transform: uppercase;
}

body > .footer .medyaz-credit img {
    width: 70px !important;
    height: auto !important;
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 850px) {

    body > .header {
        height: 76px;
    }

    body > .header .header-inner {
        width: calc(100% - 30px);
        height: 76px;
    }

    body > .header .logo {
        width: 130px;
    }

    body > .header .logo img {
        width: 120px !important;
        max-width: 120px !important;
        max-height: 42px !important;
    }

    body > .header .nav,
    body > .header .header-button {
        display: none;
    }

    body > .header .menu-button {
        display: flex;
    }


    .about-hero {
        padding: 75px 0 65px !important;
    }

    .about-hero .container,
    .about-story .about-grid,
    .about-service .about-grid,
    .mission-vision > .container,
    .values > .container {
        width: calc(100% - 30px);
    }

    .about-hero-content {
        margin-top: 50px !important;
    }


    .about-story,
    .about-service,
    .mission-vision,
    .values {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }


    body > .footer {
        padding-top: 65px;
    }

    body > .footer .footer-grid {
        width: calc(100% - 30px);

        grid-template-columns: 1fr;

        gap: 45px;

        padding-bottom: 50px;
    }

    body > .footer .footer-bottom > .container {
        width: calc(100% - 30px);
    }

    body > .footer .footer-bottom-inner {
        flex-direction: column;

        align-items: flex-start;
    }

}


@media (max-width: 600px) {

    .about-hero-content h1 {
        font-size: 52px;
    }

    .about-hero-top {
        display: block;
    }

    .about-hero-meta {
        margin-top: 15px;
    }

    .values-heading {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .about-facts {
        grid-template-columns: 1fr;
    }

}
/* =====================================================
   HAKKIMIZDA — HERO GÖRSEL
===================================================== */

.about-hero-visual {
    position: relative;

    width: 100%;
    height: 390px;

    margin-top: 0;

    overflow: hidden;

    background: #f4f5f8;
}

.about-hero-visual img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center 35%;

    transition: transform .8s ease;
}

.about-hero-visual:hover img {
    transform: scale(1.025);
}

.about-hero-visual::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(7,16,45,0) 55%,
            rgba(7,16,45,.58) 100%
        );

    pointer-events: none;
}

.about-hero-visual-info {
    position: absolute;

    z-index: 2;

    left: 25px;
    right: 25px;
    bottom: 22px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    color: rgba(255,255,255,.82);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: .15em;
}

.about-hero-visual-info span:last-child {
    color: #ffffff;
}
@media (max-width: 700px) {

    .about-hero-visual {
        height: 280px;
        margin-top: 0;
    }

    .about-hero-visual-info {
        left: 18px;
        right: 18px;
        bottom: 18px;

        font-size: 8px;
    }

}
/* =====================================================
   OUR STORY — SOL GÖRSEL
===================================================== */

.about-story-side {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-story-visual {
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.about-story-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}