.textpod {
    font-family: 'IskraCYR';
    border-radius: 8px;
    font-size: 30px;
}
.flexcen {
    display: flex;
    flex-direction: column; 
    align-items: center;
}
.butska {
    margin: 0 auto;
    display: inherit; 
    font-size: 30px;
}
.krup {
    color: #807dc7;
    font-weight: 700;
    font-family: 'IskraCYR';
    font-size: 25px;
    text-align: center;
}



@media (max-width: 767px) {
    .textpod {
    font-size: 20px;
}
    .item-page h3 {
    font-size: 22px;   
    }
    .krup {
    font-size: 20px;   
    }
    .butska {
    font-size: 25px;
}
    
    
    
    
    
    
}