@media screen and (max-height: 600px) and (max-width: 1280px){
    .more_app>.circel{
        width: 28%;
    }
    .more_app>.circel>.divs>div {
        width: 50px;
        height: 50px;
    }
}