@media screen and (min-width: 992px) and (max-width:1500px) {
    .project .col-12:nth-child(4){
        display: none;
    }
    .card-alt-bar{
    width: 70% !important;
    }
    .card-alt-bar .progress{
        width: 90% !important;
    }
    .proje-bottom .bottom-column{
        width: 33%;
    }
    .rutbe-rozet{
        width: 100% !important;
        display: flex !important;
    }
    .rutbe-rozet .proje-alt{
        margin: 0;
        width: 98%;
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 1.5rem;
    }
    .rutbe-rozet .proje-alt .card:first-child{
        margin-top: 1.5rem !important;
        width: 40% !important;
    }
    .rutbe-rozet .proje-alt .card:last-child{
        width: 40% !important;
    }
}
@media screen and (max-width: 768px) {
    .card-alt-bar{
        width: 68% !important;
    }
}
@media screen and (max-width: 767.95px) {
    .alt-svg{
        width: 90px;
    }
    .alt-svg ~ h4{
        font-size: 18px;
    }
    .bottom-column .btn{
        font-size: 14px;
    }
    .kullanim span:first-child,
    .kullanim span:last-child{
        font-size: 22px;
    }
}