.collection-item-6 {
    width: 100%;
    max-width: 16.75rem;
    min-width: auto;
    border: 0.0625rem solid #10215c;
    border-radius: 0.4375rem;
    margin-top: 0;
    margin-bottom: 3.1125rem;
    margin-right: 0;
    padding: 1.1875rem 1.25rem 0.6875rem;
    position: relative;
}

.heading-3 {
    width: 100%;
    color: #10215c;
    text-align: center;
    margin-top: 0;
    font-family: Gotham, sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 31px;
}
.columns-2 {
    margin-bottom: 2.4375rem;
    position: relative;
}

.column-7 {
    color: #747474;
}
.w-col-6 {
    width: 50%;
}
.w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.list-4 {
    padding-left: 0;
    line-height: 1.875rem;
    list-style-type: none;
}

.column-8 {
    height: 5.3125rem;
}

.pricing-text {
    width: auto;
    color: #7a7a7a;
    text-align: right;
    margin-top: 1.5625rem;
    padding-top: 0;
    font-family: Gotham, sans-serif;
    font-size: .8rem;
    font-weight: 400;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0;
    right: 0.625rem;
}


.search-county-zipcode-form input[type="submit"] {
    background-color: #10215c;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin-top: 10px;
    padding: 5px 20px;
}

.dumpster-search-results {
    margin-top:20px;
    flex-wrap: wrap;
    justify-content: space-around;
    display: flex;
}

.list-4 {
    padding-left: 0;
    line-height: 1.875rem;
    list-style-type: none;
}

.dumpster-container { 
    width: 100%; 
    margin-top:20px;
} 
  
.dumpster-container h2 { 
    color: #1d2d3f; 
    font-size: 32px; 
    padding: 15px 0 20px 0; 
    text-align: left; 
    margin-left: 10%; 
} 
  
.dumpster-container h3 { 
    margin: 0% 0 2% 10%; 
    font-size: 24px; 
    color: #0C356A; 
} 
  
.price-row { 
    width: 100%; 
    margin: auto; 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
    grid-gap: 30px; 
} 
  
.price-col { 
    transition: box-shadow .5s; 
    transition: transform; 
    background: #f7f7f7; 
    padding: 10% 10%; 
    border-radius: 10px; 
    color: #10215C;
    text-align: center; 
} 
  
hr { 
    padding: -10% !important; 
} 
  
.price-col:hover { 
    box-shadow: 0 0 20px rgba(9, 157, 194, 0.2); 
    transform: scale(1.04); 
} 
  
.price-col p { 
    font-size: 22px; 
} 
  
.price-col h3 { 
    color: whitesmoke; 
    font-size: 44px; 
    margin: 15px 0 20px; 
    font-weight: 500; 
} 
  
.price-col h3 span { 
    font-size: 25px; 
} 
  
.price-col ul { 
    text-align: left; 
    margin: 10px 0 30px 0; 
    color: #10215C; 
    list-style: none; 
} 
  
.price-col ul li { 
    border-bottom: 2px solid #ddd; 
    font-size: 20px; 
    padding: 8px; 
    color:#7A7A7A;
    text-align: left; 
} 
  
.price-col .blue-button { 
    background-color: #FF6720; 
    border: 1px solid white; 
    border-radius: 5px; 
    margin: 20px 0 0 0; 
    color: #fff;
    padding: 10px 25px; 
    text-align: center; 
    text-decoration: none; 
    font-size: 18px; 
} 
  
.price-col .blue-button:hover { 
    background: #10215C; 
    color: white; 
} 
  
.price-col #best { 
    background: #272829 !important; 
} 
  
.price-col p { 
    font-size: 24px !important; 
    margin-bottom: 10px; 
    margin-top: -10px; 
} 
  
.price-col #prem { 
    color: gold !important; 
    text-shadow: 1px 1px gold; 
}