@media screen and (min-width:576px) and (max-width:1500px) {
    .ogrenci-left{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .ogrenci-bilgileri,
    .ogrenci-yetenekler{
        width: 47% !important;
        height: 100% !important;
    }
    /*profil-bilgileri*/
    .ogrenci-bilgileri svg{
        width: 35px;
        height: 35px;
    }
    .ogrenci-bilgileri img{
        width: 120px !important;
    }
    .ogrenci-bilgileri img~h4{
        font-size: 18px;
    }
    /*profil-right*/
    .ogrenci-right{
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 1024px) {
    .ogrenci-right img{
        width: 50px !important;
    }
}

@media screen and (max-width:767.98px){
    .detay .card{
        width: 100%;
    }
    .ogrenci-yetenekler .progress{
        margin-bottom: 1.05rem;
    }
    /*profil-bilgileri*/
    .ogrenci-bilgileri svg{
        width: 30px !important;
        height: 30px !important;
    }
    .ogrenci-bilgileri img{
        width: 90px !important;
    }
    .ogrenci-bilgileri img~h4{
        font-size: 15px;
    }
}