<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dblock{margin-top: 30px;}
.dblock .dleft{
    float: left;width: 60%; min-width: 300px;
}
.dblock .dright{
   float: right;width: 60%;min-width: 300px;
}
.delivery_page .dbtn{display: grid;
    grid-template-columns: 25% 25% 25% 25%;margin: 40px 0;}
.delivery_page .dbtn .itm{text-align: center;}
.delivery_page .dbtn .itm img{width: 95%;}
.delivery_page .dbtn .t{line-height: 1;}
.delivery_page .dskr{display: grid;
    grid-template-columns: 50% 50%;}
.delivery_page .dskr .itm{text-align: center;margin-bottom: 40px;}
.delivery_page .dskr img{width: 95%;}
@media (max-width:640px){
    .dblock .dright,.dblock .dleft{
       float: none;width: 100%;
    }
    .delivery_page .dbtn{
        grid-template-columns: 50% 50%;}
    .delivery_page .dbtn .itm{margin-bottom: 20px;}
    .delivery_page .dskr{display: block;}
    .delivery_page .dskr img{width: 100%;}
}</pre></body></html>