@media screen and (max-width: 767px){
    .deliveryTime{
        padding-bottom: 10px;
    }
    .deliveryTime h1 {
        font-size: 30px;
        margin: 20px 0 20px 0;
        line-height: 140%;
    }
    .deliveryTimeMenu{
        display: none;
    }
    .questionContact{
        margin: 25px auto 0 auto;
        display: block;
    }
    .QAZone{
        padding-top: 0;
    }
    .deliveryTimeContentInfo.columns{
        padding-bottom: 2rem;
    }
    .deliveryTimeContent{
        margin-top: 0;
    }
    .deliveryTimeContent h4 {
        font-size: 16px;
        width: 90%;
        padding: 15px 10% 15px 0;
    }
    .deliveryTimeContent h4:after{
        top: 20px;
    }
}
@media screen and (max-width: 1024px){
    .deliveryTimeContent .table-wrapper {
        overflow-x: auto;
        padding-bottom: 7px;
    }
    .deliveryTimeContent .table-wrapper::-webkit-scrollbar {
        height: 5px;
        width: 5px;
        overflow: visible;
    }
    .deliveryTimeContent .table-wrapper::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #C4C4C5;
        background-clip: content-box;
    }
    .deliveryTimeContent .table-wrapper::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #ED7941;
        height: 10px;
        width: 10px;
    }
}
@media screen and (min-width: 768px){
    .deliveryTime {
        padding-bottom: 25px;
    }
    .deliveryTimeContentInfo{
        padding-bottom: 3rem;
    }
    .QAZone.menuTabContent h2{
        width: 85%;
        margin: .9rem auto;
    }
    .QAZone.menuTabContent .deliveryTimeContent h2{
        margin: 20px 0 14px;
    }
    ul.deliveryTimeContent, div.deliveryTimeContent {
        width: 85%;
        margin: 1em;
    }
    .deliveryTimeContent table  tbody tr td{
        padding: 8px 0;
    }
    .deliveryTimeContentInfo.columns{
        margin-left:0;
        margin-right: 0;
    }
    .menuZone.column{
        padding-left:0;
    }
    .QAZone.column{
        padding-right: 0;
        position: relative;
    }
    .questionContact{
        position: absolute;
        right: .95rem;
        bottom : 3.5rem;
    }
    .menuZone.column{
        width: 25% !important;
    }
    .menuTabContent.QAZone.column{
        width: 70% !important;
    }
}

