.hakkimizda-card {
    display: flex;
    align-items: center;
    row-gap: 32px;
    flex-direction: column;
    padding: 28px 0px 28px 0px;
    background-color: #F5F5F5;
}

.hakkimizda-card-baslik {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #333333;
}

.card-logo {
    height: 92px;
}
/* Ana başlık ve metin stilleri */
.content-section {
    padding: 6rem 0;
    /* Bölümün üst ve alt boşluğu */
}

.content-section h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.content-section p {
    font-size: 1rem;
    color: #6c757d;
    /* Metin rengi */
    line-height: 1.6;
}

.stat-box {
    border: 2px solid #FE0000;
    padding: 2.5rem 0;
    text-align: center;
    border-radius: 0.375rem;
    background-color: #fff;
    height: 100%;
    display: flex;
    row-gap: 31px;
    flex-direction: column;
    justify-content: center;
}

.stat-number {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 62px;
    leading-trim: NONE;
    line-height: 62px;
    letter-spacing: -4%;
    text-align: center;
    color: #000000;
}

.stat-label {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #333333;
}

.deneyim-baslik {
    margin-bottom: 24px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 62px;
    letter-spacing: -4%;
    color: #000000;
}

.deneyim-detay {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    color: #333333;
}

.deneyim-row {
    row-gap: 3rem !important;
    padding-top: 100px;
    padding-bottom: 100px;
}

.hakkimizda-row {
    row-gap: 2rem;
    margin-top: 100px !important;
}

.misyon-baslik {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 62px;
    letter-spacing: -4%;
    color: #000000;
}

.misyon-detay {
    margin-top: 24px !important;
    color: #333333;
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
}

.vizyon-baslik {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 62px;
    letter-spacing: -4%;
    color: #000000;
}

.vizyon-detay {
    margin-top: 24px !important;
    color: #333333;
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
}

.hakkimizda-detay p {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    color: #1B1B1B;
}

.hakkimizda-detay p span {
    font-weight: 600;
    color: #000000;
}

.metal-baslik {
    margin-bottom: 27px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 62px;
    letter-spacing: -4%;
    color: #1B1B1B;
}

.metal-row {
    row-gap: 2rem !important;
    margin-top: 150px !important;
}

.misyon-row {
    row-gap: 2rem !important;
}

.hakkimzda-card-baslik {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #333333;
}

@media only screen and (max-width: 991px) {
    .metal-baslik,
    .deneyim-baslik,
    .misyon-baslik,
    .vizyon-baslik {
        font-size: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .hakkimzda-card-baslik {
        font-size: 16px;
    }
    .metal-row {
        margin-top: 90px !important;
    }
    .metal-baslik,
    .deneyim-baslik,
    .misyon-baslik,
    .vizyon-baslik {
        font-size: 25px;
        line-height: 35px;
    }
    .hakkimizda-detay p,
    .deneyim-detay,
    .misyon-detay,
    .vizyon-detay {
        font-size: 16px;
    }
    .stat-number {
        font-size: 45px;
    }
    .stat-box {
        row-gap: 0;
    }
}