.gw-container {
    display: flex;
    flex-direction: row;
}

.gw-dates {
    font-size: 5.2rem;
}

.gw-collections {
    font-size: 3.0rem;
}

.gw-dates,
.gw-price,
.price-freeze {
    font-weight: 800;
    line-height: 0.8;
}

.gw-dates {
    line-height: 1;
}

.gw-collections,
.gw-price-detail,
.price-freeze-date {
    font-weight: 600;
}

.garden-waste-page-panel {
    padding: 30px 0 0 0;
}

.garden-waste-page-panel.gw-padding {
    padding: 20px 20px 35px 20px;
}

.garden-waste-page-panel {
    width: 100%;
    background-image: linear-gradient(#7864A1, #7764a0, #423759);
    border-radius: 10px;
    margin: 0 10px;
            display: flex;
        flex-direction: column;
        justify-content: flex-end;
        flex-wrap: nowrap;
}

.garden-waste-page-panel.gw-padding.flex-middle {
    justify-content: center;
}

.gw-dates,
.gw-collections,
.gw-price,
.gw-price-detail,
.price-freeze,
.price-freeze-date {
    text-align: center;
    color: #FFFFFF;
}

body p.gw-collection,
p.gw-price+p.gw-price-detail,
p.price-freeze+p.price-freeze-date {
    margin-bottom: 0;
}
p.gw-collections {
    margin: 0;
}

.gw-price {
    font-size: 8rem;
}

.gw-price-detail {
    font-size: 2.6rem;
}

.garden-waste-price-freeze-panel {
    /*background-image: linear-gradient(#05BDE1, #1792DA);*/
    background-image: linear-gradient(#05BDE1, #146da1, #0F537B);

    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 20px 0 10px 0;
    margin-top: 10px;
}

.price-freeze {
    text-transform: uppercase;
    font-size: 3.2rem;
    letter-spacing: -1px;
    line-height: 0.3;
}

.price-freeze-date {
    text-transform: uppercase;
    font-size: 1.6rem;
}

.heavy {font-weight:800; font-size:125%;}

.subscribe-column {
    width: 66%;
}

.permit-column {
    width: 33%;
    padding:0 20px 20px 20px;
    border-radius:10px;
    border: 10px solid #dddfe8;
    /*background-color: #dddfe8;*/
    margin-top:30px;
    flex-grow: 0;
}

.price-freeze-line {
font-size:2rem;
font-weight: 600;
text-transform: uppercase;
padding:5px 10px;
width:100%;
color:#fff;
/*background-image: linear-gradient(#05BDE1, #1792DA);*/
background-image: linear-gradient(#05BDE1, #146da1, #0F537B);

border-radius: 5px;

}

@media screen and (max-width:768px) {
    .gw-container {
        flex-direction: column;
    }

    .garden-waste-page-panel {
        margin: 0 0 20px 0;
    }

    .subscribe-column,
    .permit-column {
        width: 100%;
    }

    .permit-column {
        margin-top:10px;
    }
    
    .garden-waste-page-panel.gw-padding.flex-middle {
    justify-content: center;
}
}

/*@media screen and (max-width:991px) {
    .gw-dates {font-size:3.2rem;}
    .gw-collections {font-size:2.2rem;}
    .gw-price {font-size:6.3rem;}
    .gw-price-detail {font-size:1.8rem;}
    .price-freeze {font-size:2.7rem;}
    .price-freeze-date {font-size:1.1rem;}
}*/


@media screen and (max-width:1199px) {
    .gw-dates {font-size:3.2rem;}
    .gw-collections {font-size:2.2rem;}
    .gw-price {font-size:6.3rem;}
    .gw-price-detail {font-size:1.8rem;}
    .price-freeze {font-size:2.7rem;}
    .price-freeze-date {font-size:1.2rem;}
}

