body{
    font-family: Poppins;
}

.ContentTittle{
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: #000000;    
}

.ContentText{
    margin-top: 21px;
}

.ContentText p{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #3B3B3B;    
}
.hakkimizda-img{
    width: 100%;
    object-fit: cover;
    height: 463px !important;
    border-radius: 26px;
}
.ContentTittle2{
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: right;
    color: #000000;    
}

.ContentText2{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: right;
    color: #3B3B3B;    
    margin-top: 21px;
}
.hakkimizda-container{
    display: flex;
    flex-direction: column;
    row-gap: 86px;
}

@media only screen and (max-width:991px) {
   
    .ContentTittle {
        font-size: 24px;
    }
    .hakkimizda-container {
        display: flex;
        flex-direction: column;
        row-gap: 86px;
    }
    .ContentTittle {
        margin-top: 3rem;
    }
    .ForOrder2{
        order: 2 !important;
    }

    .ContentTittle{
        margin-top: 2rem;
    }

    .content3 .ContentTittle {
        margin-top: 6%;
    }

    .ForOrder{
        order: 1 !important;
    }
    
    .ContentTittle2{
        text-align: left;
        margin-top: 6%;
    }
    
    .ContentText2{
        text-align: left;
    }
}
@media only screen and (max-width:425px) {
    .hakkimizda-img {
        height: 393px !important;
    }
}