    .t951__cont-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    
    
    .order-button{
        font-weight: 700;
        font-family: sans-serif;
    }
    
    
    
    
    
    
@media (max-width: 768px) {
 .order-button{
        display: flex;
        right: 0px!important;
        top: 15px!important;
        max-width: 202px;
    }
}