
@media only screen and (max-width:1199px) {
    .title-centr {
        width: 90%;
    }

    .calendar-box.edit-cdr {
        width: 7%;
    }

    .update-info {
        width: 90%;
    }

    .calendar-box.edit-cdr {
        width: 8%;
    }
    
}


@media only screen and (max-width:1024px) {

    .calendar-box {
        margin-bottom: 20px;
    }

    .update-title {
        height: auto;
    }

    .update-title h2 {
        line-height: 1.3;
        font-size: 14px
    }

    .update-title p {
        font-size: 13px;
    }

    .calendar-box .month {
        font-size: 9px;
    }

    .col-wd10 .calendar-box .month {
        font-size: 11px;
    }


    .calendar-box .date {
        font-size: 18px;
    }

    .col-wd10 .calendar-box .date {
        font-size: 22px;
    }


    .calendar-box.edit-cdr {
        width: 8%;
    }

    .update-info {
        width: 89%;
    }

    .breadcrumb-list {
        display: none
    }

    .BreadcrumbList-mt {
        margin-top: 0 !important;
    }

    .calendar-box.edit-cdr {
        vertical-align: top;
    }

    .title-centr {
        width: 100% !important;
    }

    .update-info {
        padding: 17px 10px 16px 10px;
    }

    .calendar-box.edit-cdr {
        width: 9%;
    }

}

@media (max-width:479px) {

    .calendar-box.edit-cdr {
        width: 14%;
    }

    .update-info {
        width: 82%;
        font-size: 15px;
    }


    .calendar-box.edit-cdr {
        width: 17%;
    }

    .update-info {
        width: 80%;
    }
    
}


@media (max-width:359px) {

    .calendar-box.edit-cdr {
        width: 17%;
    }

    .update-info {width: 79%;}

    .calendar-box.edit-cdr {width: 19%;}

    .update-info {width: 78%;}

}