.hakkimizda-row {
    margin-top: 100px !important;
}

.gecmiste {
    margin-top: 36px;
    font-family: Urbanist;
    font-size: 46px;
    font-weight: 800;
    line-height: 55.2px;
    text-align: left;
    color: #14212B;
}

.tarihce {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #434D55;
}

.hakkmizda-detay {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #434D55;
    row-gap: 2rem;
}

.adamag {
    font-family: Urbanist;
    font-size: 46px;
    font-weight: 800;
    line-height: 55.2px;
    text-align: left;
    color: #5BB12F;
}

.about-us-content
{
    background-image: url(/img/adamag/sayfa-arka-img.png);
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
    .gecmiste {
        margin-top: 15px;
    }
    .tarihce {
        margin-top: 2rem;
    }
    .gecmiste {
        font-size: 40px;
    }
    .adamag {
        font-size: 40px;
    }
    .hakkimizda-row {
        margin-top: 80px !important;
    }
}

@media only screen and (max-width:445px) {
    .gecmiste {
        font-size: 35px;
    }
    .adamag {
        font-size: 35px;
    }
}

@media only screen and (max-width:395px) {
    .gecmiste {
        font-size: 30px;
    }
    .adamag {
        font-size: 30px;
        line-height: 30px;
    }
}