.elementor-714 .elementor-element.elementor-element-f976d17 > .elementor-container{max-width:1300px;}.elementor-714 .elementor-element.elementor-element-f976d17{padding:5em 0em 5em 0em;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-714 .elementor-element.elementor-element-d757fc6{text-align:center;}.elementor-714 .elementor-element.elementor-element-d757fc6 .elementor-heading-title{font-family:"Mont", Sans-serif;font-size:30px;font-weight:600;color:#0D638F;}/* Start custom CSS for html, class: .elementor-element-72cbc29 */.price-list {
  display: flex;
  gap: 40px;
}

.column {
  width: 50%;
}

table {
  width: 100%;
  border-collapse: collapse;
}

td {
  padding: 12px 0;
  padding-left: 10px;
  border-bottom: 1px solid #000;
  font-size: 15px;
}

td:last-child {
  text-align: center;
  white-space: nowrap;
}

.price-list {
  display: flex;
  gap: 40px;
}

/* Tablet */
@media (max-width: 768px) {
  .price-list {
    flex-direction: column;
    gap: 24px;
  }
  .column {
  width: 100%;
}
}

/* Mobile */
@media (max-width: 480px) {
  .price-list {
    flex-direction: column;
    gap: 16px;
  }
    .column {
  width: 100%;
}
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Mont';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://globaldrycleaners.co.uk/wp-content/uploads/2026/01/Mont-HeavyDEMO.ttf') format('truetype');
}
/* End Custom Fonts CSS */